From 729e38854d33d3b6f438b790a7ea1eb1787c7ad3 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Fri, 10 Oct 2003 07:39:33 +0000
Subject: [PATCH] Fix typo

---
 configure    | 2 +-
 configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 19edd0555d..c8a9dbb1cc 100755
--- a/configure
+++ b/configure
@@ -1576,7 +1576,7 @@ else
 fi
 # end --with-fetch
 
-ol_with_kerbersos=${ol_with_kerberos-auto}
+ol_with_kerberos=${ol_with_kerberos-auto}
 # OpenLDAP --with-threads
 	# Check whether --with-threads or --without-threads was given.
 if test "${with_threads+set}" = set; then
diff --git a/configure.in b/configure.in
index 8f4028adb2..0c2a643bcf 100644
--- a/configure.in
+++ b/configure.in
@@ -153,7 +153,7 @@ OL_ARG_WITH(fetch,[  --with-fetch		  with fetch(3) URL support],
 	auto, [auto yes no] )
 dnl	OL_ARG_WITH(kerberos,[  --with-kerberos	  with Kerberos support],
 dnl		auto, [auto k5 k5only k425 kth k4 afs yes no])
-ol_with_kerbersos=${ol_with_kerberos-auto}
+ol_with_kerberos=${ol_with_kerberos-auto}
 OL_ARG_WITH(threads,[  --with-threads	  with threads],
 	auto, [auto nt posix mach pth lwp yes no manual] )
 OL_ARG_WITH(tls,[  --with-tls		  with TLS/SSL support],
-- 
GitLab