1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Oops, rerun autoconf after last change.

(This used to be commit 73743c2ec9da239f5d1340b68e92bdeb00cee97d)
This commit is contained in:
Martin Pool 2002-01-03 03:14:51 +00:00
parent ba1b5383cc
commit ab48e29f62

8
source3/configure vendored
View File

@ -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