From c3a564512120fbd8ec03c0ddf65455f74656d1e2 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 3 Jan 2002 03:04:35 +0000 Subject: Add instructions on using dmalloc. (This used to be commit ee6d33a8db2afc43c8784f2e43572ae8959126e5) --- source3/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 1b1cd2b732..d899537323 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2610,3 +2610,11 @@ builddir=`pwd` AC_SUBST(builddir) AC_OUTPUT(include/stamp-h Makefile) + +################################################# +# Print very concise instructions on building/use +if test "x$enable_dmalloc" = xyes +then + AC_MSG_RESULT([Note: The dmalloc debug library will be included.]) + AC_MSG_RESULT([ Use the \"dmalloc\" command to turn it on.]) +fi \ No newline at end of file -- cgit