From a8389eaeb575bcba33bd7d4fd378b342ba4e552a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Wed, 9 Jan 2002 06:38:22 +0000 Subject: With --enable-dmalloc, also use dmalloc's wrappers around routines like strcat (This used to be commit fb8ab69b6f638c41d734282488be91d85b4ec057) --- source3/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 32e4836e9f..a70f35ae0d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -38,6 +38,8 @@ AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc enable heap debugging [defau if test "x$enable_dmalloc" = xyes then AC_DEFINE(ENABLE_DMALLOC, 1, [Define to turn on dmalloc debugging]) + AC_DEFINE(DMALLOC_FUNC_CHECK, 1, + [Define to check invariants around some common functions]) LIBS="$LIBS -ldmalloc" fi -- cgit