From: Vadim Zeitlin Date: Wed, 10 Jun 2009 15:07:03 +0000 (+0000) Subject: don't disable the use of standard streams/strings by default under OS XE there is... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/68d801c8b06bb8d0c8ab6d5c96724630c3250b6b?ds=inline don't disable the use of standard streams/strings by default under OS XE there is no reason to do it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index c3717b4378..d1fede1dfa 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 60978 2009-06-10 14:55:04Z VZ . +# From configure.in Id: configure.in 60979 2009-06-10 14:56:18Z VZ . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0. # @@ -2883,7 +2883,6 @@ _ACEOF _ACEOF DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1 - DEFAULT_STD_FLAG=no ;; *-*-beos* ) diff --git a/configure.in b/configure.in index 0e08746f32..3e0012dc6e 100644 --- a/configure.in +++ b/configure.in @@ -324,7 +324,6 @@ case "${host}" in AC_DEFINE(__DARWIN__) AC_DEFINE(TARGET_CARBON) DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1 - DEFAULT_STD_FLAG=no ;; *-*-beos* )