mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix typo
This commit is contained in:
parent
81f1a24e1b
commit
729e38854d
2
configure
vendored
2
configure
vendored
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user