Oops, rerun autoconf after last change.
authorMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 03:14:51 +0000 (03:14 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 3 Jan 2002 03:14:51 +0000 (03:14 +0000)
(This used to be commit 73743c2ec9da239f5d1340b68e92bdeb00cee97d)

source3/configure

index 13737f262687c40bba3a80180389faa9e35fd7f1..3d53712a23cc9a0d6b7cf3be23f868e86ec27eeb 100755 (executable)
@@ -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