diff options
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 8 |
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 |