diff options
author | Martin Pool <mbp@samba.org> | 2002-01-03 03:04:35 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-03 03:04:35 +0000 |
commit | c3a564512120fbd8ec03c0ddf65455f74656d1e2 (patch) | |
tree | 4c4b86bc42cb73b7276f280673f0d0e44ea7b7d2 | |
parent | af8ed1540118e61b7ed53547e564d839a1c8b2c6 (diff) | |
download | samba-c3a564512120fbd8ec03c0ddf65455f74656d1e2.tar.gz samba-c3a564512120fbd8ec03c0ddf65455f74656d1e2.tar.bz2 samba-c3a564512120fbd8ec03c0ddf65455f74656d1e2.zip |
Add instructions on using dmalloc.
(This used to be commit ee6d33a8db2afc43c8784f2e43572ae8959126e5)
-rw-r--r-- | source3/configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |