]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
another fix for wxUSE_DRAG_AND_DROP==0 build
[wxWidgets.git] / configure
index 7cfe3dba7c3f5c7f078a5f3ca75562f939974394..c0fba3772b194c2470a2c47fb02a9d50b1c2dd4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 58060 2009-01-12 23:25:39Z FM .
+# From configure.in Id: configure.in 58155 2009-01-16 19:03:26Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -3215,6 +3215,10 @@ fi
 echo "${ECHO_T}$result" >&6; }
 
 
+if test "$wxUSE_ALL_FEATURES" = "no"; then
+                    DEFAULT_wxUSE_MEDIACTRL=no
+fi
+
 
 if test "$wxUSE_GUI" = "yes"; then
 
@@ -34957,7 +34961,9 @@ _ACEOF
 
 
 
-for ac_func in wcsdup strnlen wcsnlen
+
+
+for ac_func in wcsdup strnlen wcsnlen wcscasecmp wcsncasecmp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 { echo "$as_me:$LINENO: checking for $ac_func" >&5