From 1635893246a6454a51fcaea15dc3f1f960973c36 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 19:36:04 +0000 Subject: [PATCH] define USE_QA so that qa library is built git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 6 ++++++ configure.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/configure b/configure index 94d3fbced8..7854cc798c 100755 --- a/configure +++ b/configure @@ -40454,6 +40454,12 @@ else USE_ODBC=0 fi +if test "$wxUSE_DEBUGREPORT" = "yes" ; then + USE_QA=1 +else + USE_QA=0 +fi + if test $wxUSE_OFFICIAL_BUILD = "yes" ; then OFFICIAL_BUILD=1 else diff --git a/configure.in b/configure.in index a742acb84f..9c571a2e4d 100644 --- a/configure.in +++ b/configure.in @@ -6469,6 +6469,12 @@ else USE_ODBC=0 fi +if test "$wxUSE_DEBUGREPORT" = "yes" ; then + USE_QA=1 +else + USE_QA=0 +fi + if test $wxUSE_OFFICIAL_BUILD = "yes" ; then OFFICIAL_BUILD=1 else -- 2.45.2