X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93a543aa7260de831bd887c30a829fdcb106fc33..dec9fa491d282a94c122c74f69e835682a28d72d:/configure diff --git a/configure b/configure index 7d35bc3ceb..ea6ccd308f 100755 --- a/configure +++ b/configure @@ -2179,14 +2179,14 @@ else DEFAULT_wxUSE_GUI=yes - DEFAULT_wxUSE_REGEX=sys + DEFAULT_wxUSE_REGEX=yes DEFAULT_wxUSE_XML=yes - DEFAULT_wxUSE_EXPAT=sys - DEFAULT_wxUSE_ZLIB=sys - DEFAULT_wxUSE_LIBPNG=sys - DEFAULT_wxUSE_LIBJPEG=sys - DEFAULT_wxUSE_LIBTIFF=sys - DEFAULT_wxUSE_LIBXPM=sys + DEFAULT_wxUSE_EXPAT=yes + DEFAULT_wxUSE_ZLIB=yes + DEFAULT_wxUSE_LIBPNG=yes + DEFAULT_wxUSE_LIBJPEG=yes + DEFAULT_wxUSE_LIBTIFF=yes + DEFAULT_wxUSE_LIBXPM=yes DEFAULT_wxUSE_LIBMSPACK=yes DEFAULT_wxUSE_ODBC=no DEFAULT_wxUSE_OPENGL=no @@ -10688,7 +10688,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ - '' \ + ''\ + '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ @@ -10702,8 +10703,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -$ac_declaration #include +$ac_declaration int main () { @@ -11328,7 +11329,8 @@ else fi fi for ac_declaration in \ - '' \ + ''\ + '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ @@ -11342,8 +11344,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -$ac_declaration #include +$ac_declaration int main () { @@ -35895,19 +35897,16 @@ EOF if test $GCC_PCH = 1 ; then + CODE_GEN_FLAGS="-DWX_PRECOMP -DNO_GCC_PRAGMA $CODE_GEN_FLAGS" CPPFLAGS="-DWX_PRECOMP -DNO_GCC_PRAGMA $CPPFLAGS" else case "${host}" in powerpc-*-darwin* ) - CPPFLAGS="-DNO_GCC_PRAGMA $CPPFLAGS" + CODE_GEN_FLAGS="-DNO_GCC_PRAGMA $CODE_GEN_FLAGS" + CPPFLAGS="-DNO_GCC_PRAGMA $CPPFLAGS" ;; esac fi -case "${host}" in - powerpc-*-darwin* ) - CODE_GEN_FLAGS_CXX="-DNO_GCC_PRAGMA $CODE_GEN_FLAGS_CXX" - ;; -esac SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"