]> git.saurik.com Git - wxWidgets.git/commitdiff
build debugrpt sample if wxUSE_DEBUGREPORT
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 20:21:04 +0000 (20:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 20:21:04 +0000 (20:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 7854cc798c8e4715854396ecd51dca6a65203772..e79cc2618f7c4d4ce791ce025caad2d73f42e23f 100755 (executable)
--- 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
index 9c571a2e4d0458ce29f8e75c92f444717d70abb4..c11879fd4416fbbb041b05a33e354983bfb42493 100644 (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