]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Moved mobile dir.
[wxWidgets.git] / configure
index 0197ed78d93c99e50d7f9f9100afff1cd10e3438..8cb80b0d648b5686c6cb010ffaa6091592fb54cf 100755 (executable)
--- 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.