From a603d77ec10738c50fba8a3a7f4ea25170e78dda Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 20:21:04 +0000 Subject: [PATCH] build debugrpt sample if wxUSE_DEBUGREPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 1 + configure.in | 1 + 2 files changed, 2 insertions(+) diff --git a/configure b/configure index 7854cc798c..e79cc2618f 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 9c571a2e4d..c11879fd44 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2