]> git.sur5r.net Git - openldap/commitdiff
comment out dmalloc detection
authorKurt Zeilenga <kurt@openldap.org>
Tue, 30 May 2000 20:15:54 +0000 (20:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 30 May 2000 20:15:54 +0000 (20:15 +0000)
configure.in

index e4ec0d0ce0a605153d231fa50a03a0643d843091..97dfb7401ad570f4d453426cd05a648a4b634b6e 100644 (file)
@@ -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