]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Doc updates
[wxWidgets.git] / configure.in
index 3716a8cb86317957dfcbcb113fc7d415a9a85f50..49f420321abdd69611fc3d2c9f7f436379c99fa2 100644 (file)
@@ -4950,7 +4950,9 @@ if test "$wxUSE_DEBUGREPORT" = "yes"; then
         wxUSE_DEBUGREPORT=no
     else
         AC_DEFINE(wxUSE_DEBUGREPORT)
-        SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
+        if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
+            SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
+        fi
     fi
 fi