]> git.saurik.com Git - wxWidgets.git/commitdiff
disable positional printf params for now as there are problems with our vsnprintf...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Aug 2006 00:38:23 +0000 (00:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Aug 2006 00:38:23 +0000 (00:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index c4d9216d3743f1c32c413635a40c5652436ca7b4..88f756d076cbd1135d4915df8a3e2ce3a517bd3d 100755 (executable)
--- a/configure
+++ b/configure
@@ -2120,7 +2120,7 @@ if test $DEBUG_CONFIGURE = 1; then
   DEFAULT_wxUSE_SOUND=no
   DEFAULT_wxUSE_MEDIACTRL=no
   DEFAULT_wxUSE_GSTREAMER8=no
-  DEFAULT_wxUSE_PRINTF_POS_PARAM=no
+  DEFAULT_wxUSE_PRINTF_POS_PARAMS=no
   DEFAULT_wxUSE_INTL=no
   DEFAULT_wxUSE_CONFIG=no
   DEFAULT_wxUSE_FONTMAP=no
@@ -2333,7 +2333,7 @@ else
   DEFAULT_wxUSE_SOUND=yes
   DEFAULT_wxUSE_MEDIACTRL=no
   DEFAULT_wxUSE_GSTREAMER8=no
-  DEFAULT_wxUSE_PRINTF_POS_PARAM=yes
+  DEFAULT_wxUSE_PRINTF_POS_PARAMS=no
   DEFAULT_wxUSE_INTL=yes
   DEFAULT_wxUSE_CONFIG=yes
   DEFAULT_wxUSE_FONTMAP=yes
index 0a678c6b31dc887e5ed85d5d08a7571e8caa0b0c..4659ecedeaa061e5021721679366e4347d7eb47a 100644 (file)
@@ -638,7 +638,7 @@ else
   DEFAULT_wxUSE_SOUND=yes
   DEFAULT_wxUSE_MEDIACTRL=no
   DEFAULT_wxUSE_GSTREAMER8=no
-  DEFAULT_wxUSE_PRINTF_POS_PARAMS=yes
+  DEFAULT_wxUSE_PRINTF_POS_PARAMS=no
   DEFAULT_wxUSE_INTL=yes
   DEFAULT_wxUSE_CONFIG=yes
   DEFAULT_wxUSE_FONTMAP=yes