Add instructions on using dmalloc.
authorMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 03:04:35 +0000 (03:04 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 03:04:35 +0000 (03:04 +0000)
(This used to be commit ee6d33a8db2afc43c8784f2e43572ae8959126e5)

source3/configure.in

index 1b1cd2b7321aa5c8c41b1b254e32c71a043a5898..d89953732373cd648052f317705c73e228465a7f 100644 (file)
@@ -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