From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Mon, 21 Mar 2005 20:21:04 +0000 (+0000)
Subject: build debugrpt sample if wxUSE_DEBUGREPORT
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a603d77ec10738c50fba8a3a7f4ea25170e78dda

build debugrpt sample if wxUSE_DEBUGREPORT


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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