From: Howard Chu Date: Fri, 10 Oct 2003 07:39:33 +0000 (+0000) Subject: Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~602 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=729e38854d33d3b6f438b790a7ea1eb1787c7ad3;p=openldap Fix typo --- 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],