From: Kurt Spanier Date: Wed, 7 Apr 1999 13:47:30 +0000 (+0000) Subject: Re-introduction of of syslog in configure.in. The rest nothing, sorry. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~225 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae41f268de2d82e8e8f56f93e2ffaca84738baf3;p=openldap Re-introduction of of syslog in configure.in. The rest nothing, sorry. --- diff --git a/configure b/configure index a8ffb096ed..67020d58b0 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 12b78db575..cec96b6f59 100644 --- a/configure.in +++ b/configure.in @@ -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