]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
add adv and core libraries to the built wx libs if GUI is enabled
[wxWidgets.git] / configure
index 56b14cda48c693c9a9c0bd0a4d02fa9c77e87df3..de7e55e4b320831dba90df13dc10b2f6fd5bc6db 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 47287 2007-07-10 10:28:12Z VZ .
+# From configure.in Id: configure.in 47339 2007-07-11 20:03:11Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for wxWidgets 2.9.0.
 #
@@ -944,7 +944,7 @@ Optional Features:
   --enable-plugins        build parts of wxWidgets as loadable components
   --enable-official_build official build of wxWidgets (win32 DLL only)
   --enable-vendor=VENDOR  vendor name (win32 DLL only)
-  --disable-all-features  disable all optional features to build minimal library
+  --disable-all_features  disable all optional features to build minimal library
   --enable-universal      use wxWidgets GUI controls instead of native ones
   --enable-nanox          use NanoX
   --disable-gtk2          use GTK+ 1.2 instead of 2.0
@@ -2508,17 +2508,17 @@ fi
               fi
           fi
 
-          echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
-echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6
+          echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all_features" >&5
+echo $ECHO_N "checking for --${enablestring:-enable}-all_features... $ECHO_C" >&6
           no_cache=0
-          # Check whether --enable-all-features or --disable-all-features was given.
+          # Check whether --enable-all_features or --disable-all_features was given.
 if test "${enable_all_features+set}" = set; then
   enableval="$enable_all_features"
 
                           if test "$enableval" = yes; then
-                            ac_cv_use_all-features='wxUSE_ALL_FEATURES=yes'
+                            ac_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
                           else
-                            ac_cv_use_all-features='wxUSE_ALL_FEATURES=no'
+                            ac_cv_use_all_features='wxUSE_ALL_FEATURES=no'
                           fi
 
 else
@@ -2530,13 +2530,13 @@ else
                             no_cache=1
                           fi
 
-                          ac_cv_use_all-features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
+                          ac_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
 
 fi;
 
-          eval "$ac_cv_use_all-features"
+          eval "$ac_cv_use_all_features"
           if test "$no_cache" != 1; then
-            echo $ac_cv_use_all-features >> ${wx_arg_cache_file}.tmp
+            echo $ac_cv_use_all_features >> ${wx_arg_cache_file}.tmp
           fi
 
           if test x"$enablestring" = xdisable; then
@@ -48176,6 +48176,7 @@ fi
 
 if test "$wxUSE_GUI" = "yes"; then
     STD_GUI_LIBS="adv core"
+    BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
 
     if test "$wxUSE_DEBUGREPORT" = "yes" ; then
         STD_GUI_LIBS="qa $STD_GUI_LIBS"