summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-03 03:14:51 +0000
committerMartin Pool <mbp@samba.org>2002-01-03 03:14:51 +0000
commitab48e29f62c64fa8a7d7c6c7c5006f52144b6b69 (patch)
tree58e542a2767823e570fc9c03497aa11bf99dd88e
parentba1b5383cc282b95e6dabbc4174c9084383dbd31 (diff)
downloadsamba-ab48e29f62c64fa8a7d7c6c7c5006f52144b6b69.tar.gz
samba-ab48e29f62c64fa8a7d7c6c7c5006f52144b6b69.tar.bz2
samba-ab48e29f62c64fa8a7d7c6c7c5006f52144b6b69.zip
Oops, rerun autoconf after last change.
(This used to be commit 73743c2ec9da239f5d1340b68e92bdeb00cee97d)
-rwxr-xr-xsource3/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/configure b/source3/configure
index 13737f2626..3d53712a23 100755
--- a/source3/configure
+++ b/source3/configure
@@ -13849,3 +13849,11 @@ chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+
+#################################################
+# Print very concise instructions on building/use
+if test "x$enable_dmalloc" = xyes
+then
+ echo "$ac_t""Note: The dmalloc debug library will be included." 1>&6
+ echo "$ac_t"" Use the \"dmalloc\" command to turn it on." 1>&6
+fi