Moved mobile dir.
Made enable-no_rtti etc NO default. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
16
configure
vendored
16
configure
vendored
@@ -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.
|
||||
|
Reference in New Issue
Block a user