]> git.saurik.com Git - wxWidgets.git/commitdiff
why was using std::string and streams disabled by default for mingw32 and cygwin...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 12:50:43 +0000 (12:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Oct 2006 12:50:43 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 0a55def23aa8a4c4babf7fe2e9d4a9a86892612c..3adb1d1eef6ebe4be2719cc7c962967bfa6e4e53 100755 (executable)
--- a/configure
+++ b/configure
@@ -2070,7 +2070,6 @@ _ACEOF
                 SO_SUFFIX=dll
     PROGRAM_EXT=".exe"
     DEFAULT_DEFAULT_wxUSE_MSW=1
-    DEFAULT_STD_FLAG=no
   ;;
 
   *-pc-msdosdjgpp )
index 38a18b2e7a50b2042e276f81bcd832f0b566baeb..4a8469c45607181831a2a628befa0aaf03f6ddab 100644 (file)
@@ -264,7 +264,6 @@ case "${host}" in
     SO_SUFFIX=dll
     PROGRAM_EXT=".exe"
     DEFAULT_DEFAULT_wxUSE_MSW=1
-    DEFAULT_STD_FLAG=no
   ;;
 
   *-pc-msdosdjgpp )