summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
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