mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
use env(1) for old/experimental stuff
This commit is contained in:
parent
8f08424455
commit
ed171cd5a2
2 changed files with 893 additions and 933 deletions
|
|
@ -133,8 +133,10 @@ dnl General "enable" options
|
|||
OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
|
||||
OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
|
||||
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
|
||||
OL_ARG_ENABLE(cache,[ --enable-cache enable caching (experimental)], no)dnl
|
||||
OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
|
||||
dnl OL_ARG_ENABLE(cache,[ --enable-cache enable caching (experimental)], no)dnl
|
||||
ol_enable_cache=${ol_enable_cache-no}
|
||||
dnl OL_ARG_ENABLE(referrals,[ --enable-referrals enable LDAPv2+ Referrals (experimental)], no)dnl
|
||||
ol_enable_referrals=${ol_enable_referrals-no}
|
||||
dnl OL_ARG_ENABLE(kbind,[ --enable-kbind enable LDAPv2+ Kerberos IV bind (deprecated)], no)dnl
|
||||
ol_enable_kbind=${ol_enable_kbind-no}
|
||||
OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue