added wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing (quite useless otherwise)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-02-02 21:32:15 +00:00
parent d13b68d233
commit 47c13eb766
2 changed files with 68 additions and 63 deletions

View File

@@ -2355,6 +2355,7 @@ fi
if test "$wxUSE_MEM_TRACING" = "yes" ; then
AC_DEFINE(wxUSE_MEMORY_TRACING)
AC_DEFINE(wxUSE_GLOBAL_MEMORY_OPERATORS)
AC_DEFINE(wxUSE_DEBUG_NEW_ALWAYS)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
fi