]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
added qa library (currently consisting of wxDebugReport and related classes only...
[wxWidgets.git] / configure
index 208438689f9b1997b1bd25624b77df99207c3090..f6cdd9030fb0713237b16187fb2039ce79947f94 100755 (executable)
--- a/configure
+++ b/configure
@@ -39852,6 +39852,9 @@ fi
 if test "$wxUSE_HTML" = "yes" ; then
     CORE_GUI_LIBS="html $CORE_GUI_LIBS"
 fi
+if test "$wxUSE_DEBUGREPORT" = "yes" ; then
+    CORE_GUI_LIBS="qa $CORE_GUI_LIBS"
+fi
 if test "$wxUSE_XRC" = "yes" ; then
     CORE_GUI_LIBS="xrc $CORE_GUI_LIBS"
 fi