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:
@@ -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
|
Reference in New Issue
Block a user