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
This commit is contained in:
Vadim Zeitlin
2009-06-10 15:07:03 +00:00
parent 806a83167b
commit 68d801c8b0
2 changed files with 1 additions and 3 deletions

3
configure vendored
View File

@@ -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* )

View File

@@ -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* )