X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84ebfcbd18f0dee2cd5f872e2c56717ea7ff5e19..3c7410a5ba20c9b7c9ff45d34f4cba246a5f32ee:/configure diff --git a/configure b/configure index 4b347bde38..95af068deb 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 47344 2007-07-11 21:14:05Z VZ . +# From configure.in Id: configure.in 47439 2007-07-13 20:44:26Z VS . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0. # @@ -1644,7 +1644,7 @@ Optional Features: --disable-gtk2 use GTK+ 1.2 instead of 2.0 --enable-gpe use GNOME PDA Environment features if possible --disable-shared create static library instead of shared - --enable-optimise create optimised code + --disable-optimise create optimised code --enable-debug same as debug_flag and debug_info --enable-stl use STL for containers --enable-std_iostreams use standard C++ stream classes @@ -1671,6 +1671,7 @@ Optional Features: --disable-compat28 disable wxWidgets 2.8 compatibility --disable-rpath disable use of rpath for uninstalled builds --enable-objc_uniquifying enable Objective-C class name uniquifying + --disable-visibility disable use of ELF symbols visibility even if supported --enable-intl use internationalization system --enable-config use wxConfig (and derived) classes --enable-protocols use wxProtocol and derived classes @@ -1748,7 +1749,7 @@ Optional Features: --enable-clipboard use wxClipboard class --enable-dnd use Drag'n'Drop classes --enable-metafile use win32 metafiles - --enable-controls use all usual controls + --disable-controls disable compilation of all standard controls --enable-accel use accelerators --enable-animatectrl use wxAnimationCtrl class --enable-button use wxButton class @@ -4406,7 +4407,7 @@ fi echo "${ECHO_T}$result" >&6; } - enablestring= + enablestring=disable defaultval= if test -z "$defaultval"; then if test x"$enablestring" = xdisable; then @@ -5863,6 +5864,62 @@ echo "${ECHO_T}$result" >&6; } + enablestring=disable + defaultval= + if test -z "$defaultval"; then + if test x"$enablestring" = xdisable; then + defaultval=yes + else + defaultval=no + fi + fi + + { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5 +echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; } + no_cache=0 + # Check whether --enable-visibility was given. +if test "${enable_visibility+set}" = set; then + enableval=$enable_visibility; + if test "$enableval" = yes; then + ac_cv_use_visibility='wxUSE_VISIBILITY=yes' + else + ac_cv_use_visibility='wxUSE_VISIBILITY=no' + fi + +else + + LINE=`grep "^wxUSE_VISIBILITY=" ${wx_arg_cache_file}` + if test "x$LINE" != x ; then + eval "DEFAULT_$LINE" + else + no_cache=1 + fi + + ac_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}" + +fi + + + eval "$ac_cv_use_visibility" + if test "$no_cache" != 1; then + echo $ac_cv_use_visibility >> ${wx_arg_cache_file}.tmp + fi + + if test x"$enablestring" = xdisable; then + if test $wxUSE_VISIBILITY = yes; then + result=no + else + result=yes + fi + else + result=$wxUSE_VISIBILITY + fi + + { echo "$as_me:$LINENO: result: $result" >&5 +echo "${ECHO_T}$result" >&6; } + + + enablestring= defaultval=$wxUSE_ALL_FEATURES @@ -10111,9 +10168,10 @@ echo "${ECHO_T}$result" >&6; } +DEFAULT_wxUSE_CONTROLS=none - enablestring= - defaultval=$wxUSE_ALL_FEATURES + enablestring=disable + defaultval= if test -z "$defaultval"; then if test x"$enablestring" = xdisable; then defaultval=yes @@ -35683,6 +35741,7 @@ echo "${ECHO_T}$wx_cv_version_script" >&6; } esac + if test "$wxUSE_VISIBILITY" != "no"; then if test -n "$GCC"; then @@ -35781,6 +35840,7 @@ _ACEOF fi + fi if test "x$SUNCXX" = xyes; then SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"