remove support/detection of Mac OS < X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 60555 2009-05-08 23:12:57Z VZ .
|
||||
# From configure.in Id: configure.in 60978 2009-06-10 14:55:04Z VZ .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
|
||||
#
|
||||
@@ -2885,12 +2885,6 @@ _ACEOF
|
||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||
DEFAULT_STD_FLAG=no
|
||||
;;
|
||||
powerpc-apple-macos* )
|
||||
USE_UNIX=0
|
||||
ac_cv_c_bigendian=yes
|
||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||
DEFAULT_STD_FLAG=no
|
||||
;;
|
||||
|
||||
*-*-beos* )
|
||||
USE_BEOS=1
|
||||
|
11
configure.in
11
configure.in
@@ -326,17 +326,6 @@ case "${host}" in
|
||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||
DEFAULT_STD_FLAG=no
|
||||
;;
|
||||
powerpc-apple-macos* )
|
||||
dnl Classic Mac OS (< X)
|
||||
USE_UNIX=0
|
||||
dnl For some reason the test that should be cross-compiler capable fails
|
||||
dnl However, there is no doubt that MacOS PowerPC is big endian.
|
||||
ac_cv_c_bigendian=yes
|
||||
dnl AC_DEFINE(TARGET_CARBON)
|
||||
dnl platform.h needs TARGET_CARBON before setup.h, we'll add it to CPPFLAGS
|
||||
DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
|
||||
DEFAULT_STD_FLAG=no
|
||||
;;
|
||||
|
||||
*-*-beos* )
|
||||
dnl leave USE_UNIX on - BeOS is sufficiently Unix-like for this
|
||||
|
Reference in New Issue
Block a user