This commit is contained in:
Howard Chu 2003-10-10 07:39:33 +00:00
parent 81f1a24e1b
commit 729e38854d
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View 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],