summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-09 07:52:51 +0000
committerMartin Pool <mbp@samba.org>2002-01-09 07:52:51 +0000
commitf5bc0e92a66b418b2bd8f3669a9642b4d46bc8d1 (patch)
tree69f22209798728e027da50295b642ae53ab57e2c /source3/configure
parenta8389eaeb575bcba33bd7d4fd378b342ba4e552a (diff)
downloadsamba-f5bc0e92a66b418b2bd8f3669a9642b4d46bc8d1.tar.gz
samba-f5bc0e92a66b418b2bd8f3669a9642b4d46bc8d1.tar.bz2
samba-f5bc0e92a66b418b2bd8f3669a9642b4d46bc8d1.zip
Better explanation message for dmalloc.
Also more insertion of parenthesis to handle struct members called 'free'. You can now get useful dmalloc output, as long as it is compatible with your C library. On RH7.1 it looks like you have to rebuild dmalloc to allow free(0) by default, because something in libcrypt does that. (sigh) (This used to be commit 391cbb690196537c8b6292b42c2e27408cc7e249)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure
index afd27c872b..3725361670 100755
--- a/source3/configure
+++ b/source3/configure
@@ -13855,6 +13855,6 @@ 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
+ echo "$ac_t""Note: The dmalloc debug library will be included. To turn it on use" 1>&6
+ echo "$ac_t"" \$ eval \`dmalloc samba\`." 1>&6
fi