1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-16 01:44:21 +03:00

Add instructions on using dmalloc.

This commit is contained in:
Martin Pool
-
parent d1564fbf1f
commit ee6d33a8db

View File

@@ -2610,3 +2610,11 @@ builddir=`pwd`
AC_SUBST(builddir) AC_SUBST(builddir)
AC_OUTPUT(include/stamp-h Makefile) AC_OUTPUT(include/stamp-h Makefile)
#################################################
# Print very concise instructions on building/use
if test "x$enable_dmalloc" = xyes
then
AC_MSG_RESULT([Note: The dmalloc debug library will be included.])
AC_MSG_RESULT([ Use the \"dmalloc\" command to turn it on.])
fi