summaryrefslogtreecommitdiffstats
path: root/source/configure
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
commit73743c2ec9da239f5d1340b68e92bdeb00cee97d (patch)
treeecb6cc8bd1a1bd3bdf2ef304183a230ca765b930 /source/configure
parentaae8cc6e450a6a0b33045ed1e6d49f8eebeb48b2 (diff)
downloadsamba-73743c2ec9da239f5d1340b68e92bdeb00cee97d.tar.gz
samba-73743c2ec9da239f5d1340b68e92bdeb00cee97d.tar.xz
samba-73743c2ec9da239f5d1340b68e92bdeb00cee97d.zip
Oops, rerun autoconf after last change.
Diffstat (limited to 'source/configure')
-rwxr-xr-xsource/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/configure b/source/configure
index 13737f26268..3d53712a23c 100755
--- a/source/configure
+++ b/source/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