Skip to content
Snippets Groups Projects
Commit 729e3885 authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo

parent 81f1a24e
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment