]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Fri, 10 Oct 2003 07:39:33 +0000 (07:39 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 10 Oct 2003 07:39:33 +0000 (07:39 +0000)
configure
configure.in

index 19edd0555d0a8d9a3c2252a5ac519a263adac69c..c8a9dbb1cca8b677bd097e0c2420e13e14bda6b9 100755 (executable)
--- 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
index 8f4028adb2bcbe8c732230586cdd17830b7bae0d..0c2a643bcf1b336ccaa5b7a058725405433647e8 100644 (file)
@@ -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],