X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba2abe8530d14a04aac1965a449d935f648e7b9c..8f4a9a1025aace6f5f82aa4c05c5ceb651b86dd4:/configure diff --git a/configure b/configure index 0197ed78d9..8cb80b0d64 100755 --- a/configure +++ b/configure @@ -1468,8 +1468,8 @@ if test $DEBUG_CONFIGURE = 1; then DEFAULT_wxUSE_OPTIMISE=no DEFAULT_wxUSE_PROFILE=no DEFAULT_wxUSE_NO_DEPS=no - DEFAULT_wxUSE_NO_RTTI=yes - DEFAULT_wxUSE_NO_EXCEPTIONS=yes + DEFAULT_wxUSE_NO_RTTI=no + DEFAULT_wxUSE_NO_EXCEPTIONS=no DEFAULT_wxUSE_PERMISSIVE=no DEFAULT_wxUSE_DEBUG_FLAG=yes DEFAULT_wxUSE_DEBUG_INFO=yes @@ -1642,8 +1642,8 @@ else DEFAULT_wxUSE_OPTIMISE=yes DEFAULT_wxUSE_PROFILE=no DEFAULT_wxUSE_NO_DEPS=no - DEFAULT_wxUSE_NO_RTTI=yes - DEFAULT_wxUSE_NO_EXCEPTIONS=yes + DEFAULT_wxUSE_NO_RTTI=no + DEFAULT_wxUSE_NO_EXCEPTIONS=no DEFAULT_wxUSE_PERMISSIVE=no DEFAULT_wxUSE_DEBUG_FLAG=no DEFAULT_wxUSE_DEBUG_INFO=no @@ -17133,9 +17133,9 @@ if test "$TOOLKIT" != "MSW"; then THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" ;; *-*-darwin*) - THREAD_OPTS="" + THREAD_OPTS="" ;; - *-*-aix* ) + *-*-aix*) THREAD_OPTS="pthreads" ;; esac @@ -20518,7 +20518,7 @@ if test "$wxUSE_GUI" = "yes"; then export wx_cv_path_samplesubdirs wx_cv_if_gnu_make \ wx_cv_path_ifs wx_cv_program_ext \ wx_cv_target_library wx_cv_target_library_gl wx_cv_target_libtype - subdirs="demos samples utils contrib mobile" + subdirs="demos samples utils contrib" fi @@ -21049,7 +21049,7 @@ if test "$no_recursion" != yes; then esac done - for ac_config_dir in demos samples utils contrib mobile; do + for ac_config_dir in demos samples utils contrib; do # Do not complain, so a configure script can configure whichever # parts of a large source tree are present.