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:
3
configure
vendored
3
configure
vendored
@@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||||
#
|
#
|
||||||
@@ -2883,7 +2883,6 @@ _ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||||
DEFAULT_STD_FLAG=no
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-*-beos* )
|
*-*-beos* )
|
||||||
|
@@ -324,7 +324,6 @@ case "${host}" in
|
|||||||
AC_DEFINE(__DARWIN__)
|
AC_DEFINE(__DARWIN__)
|
||||||
AC_DEFINE(TARGET_CARBON)
|
AC_DEFINE(TARGET_CARBON)
|
||||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||||
DEFAULT_STD_FLAG=no
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-*-beos* )
|
*-*-beos* )
|
||||||
|
Reference in New Issue
Block a user