mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Re-introduction of of syslog in configure.in. The rest nothing, sorry.
This commit is contained in:
parent
2206a55064
commit
ae41f268de
2
configure
vendored
2
configure
vendored
@ -888,7 +888,7 @@ else
|
||||
ol_enable_debug="yes"
|
||||
fi
|
||||
# end --enable-debug
|
||||
ol_enable_syslog=no
|
||||
ol_enable_syslog=auto
|
||||
# OpenLDAP --enable-proctitle
|
||||
# Check whether --enable-proctitle or --disable-proctitle was given.
|
||||
if test "${enable_proctitle+set}" = set; then
|
||||
|
@ -39,8 +39,8 @@ AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for in
|
||||
AC_SUBST(ldap_subdir)dnl
|
||||
|
||||
OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
|
||||
ol_enable_syslog=no
|
||||
dnl OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
|
||||
dnl ol_enable_syslog=no
|
||||
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], yes)dnl
|
||||
OL_ARG_ENABLE(dns,[ --enable-dns enable V2 DNS extension], no)dnl
|
||||
|
Loading…
Reference in New Issue
Block a user