diff --git a/configure b/configure
index 19edd0555d0a8d9a3c2252a5ac519a263adac69c..c8a9dbb1cca8b677bd097e0c2420e13e14bda6b9 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 8f4028adb2bcbe8c732230586cdd17830b7bae0d..0c2a643bcf1b336ccaa5b7a058725405433647e8 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],