Skip to content
Snippets Groups Projects
Commit 25be5fca authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

comment out dmalloc detection

parent b66567f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment