From: Kurt Zeilenga Date: Tue, 30 May 2000 20:15:54 +0000 (+0000) Subject: comment out dmalloc detection X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2798 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25be5fca2ffdec8382761e6ed29004e7cdf347db;p=openldap comment out dmalloc detection --- diff --git a/configure.in b/configure.in index e4ec0d0ce0..97dfb7401a 100644 --- a/configure.in +++ b/configure.in @@ -104,7 +104,7 @@ OL_ARG_ENABLE(x_compile,[ --enable-x-compile enable cross compiling], dnl ---------------------------------------------------------------- dnl General "with" options -OL_ARG_ENABLE(dmalloc,[ --enable-dmalloc enable debug malloc support], no)dnl +dnl OL_ARG_ENABLE(dmalloc,[ --enable-dmalloc enable debug malloc support], no)dnl OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support], auto, [auto yes no] ) @@ -1835,11 +1835,11 @@ if test $ol_enable_syslog != no ; then fi dnl ---------------------------------------------------------------- -if test $ol_enable_dmalloc != no ; then - AC_CHECK_HEADERS(dmalloc.h) - AC_CHECK_LIB(dmalloc, dmalloc_shutdown) -fi - +dnl dmalloc support (deprecated in favor of -DCSRIMALLOC support) +dnl if test $ol_enable_dmalloc != no ; then +dnl AC_CHECK_HEADERS(dmalloc.h) +dnl AC_CHECK_LIB(dmalloc, dmalloc_shutdown) +dnl fi dnl ---------------------------------------------------------------- dnl TCL if test $ol_enable_tcl != no ; then