From ac70b90bb47deb7fa55e5cc23cf17883da71aa10 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 Oct 2006 12:50:43 +0000 Subject: [PATCH] why was using std::string and streams disabled by default for mingw32 and cygwin? enabled it back git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 1 - configure.in | 1 - 2 files changed, 2 deletions(-) diff --git a/configure b/configure index 0a55def23a..3adb1d1eef 100755 --- 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 ) diff --git a/configure.in b/configure.in index 38a18b2e7a..4a8469c456 100644 --- a/configure.in +++ b/configure.in @@ -264,7 +264,6 @@ case "${host}" in SO_SUFFIX=dll PROGRAM_EXT=".exe" DEFAULT_DEFAULT_wxUSE_MSW=1 - DEFAULT_STD_FLAG=no ;; *-pc-msdosdjgpp ) -- 2.45.2