From ee6d33a8db2afc43c8784f2e43572ae8959126e5 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 3 Jan 2002 03:04:35 +0000 Subject: [PATCH] Add instructions on using dmalloc. --- source/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/configure.in b/source/configure.in index 1b1cd2b7321..d8995373237 100644 --- a/source/configure.in +++ b/source/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