From ab48e29f62c64fa8a7d7c6c7c5006f52144b6b69 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 3 Jan 2002 03:14:51 +0000 Subject: Oops, rerun autoconf after last change. (This used to be commit 73743c2ec9da239f5d1340b68e92bdeb00cee97d) --- source3/configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/configure') 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 -- cgit