build debugrpt sample if wxUSE_DEBUGREPORT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-21 20:21:04 +00:00
parent 1635893246
commit a603d77ec1
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@@ -36471,6 +36471,7 @@ if test "$wxUSE_DEBUGREPORT" = "yes"; then
#define wxUSE_DEBUGREPORT 1
_ACEOF
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
fi
if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then

View File

@@ -4874,6 +4874,7 @@ fi
if test "$wxUSE_DEBUGREPORT" = "yes"; then
AC_DEFINE(wxUSE_DEBUGREPORT)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
fi
if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then