]> git.saurik.com Git - wxWidgets.git/commitdiff
remove support/detection of Mac OS < X
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 2009 14:56:18 +0000 (14:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Jun 2009 14:56:18 +0000 (14:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 277c06438a67c50cd462e5f68a86a90a146c7517..c3717b43785d8ff664ff1b8437a71d6de3edb893 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 8804175a4a73952cb852bf36f5f32442ad94a3ff..0e08746f3243516c7ebd900cbcf59c0bd69240fa 100644 (file)
@@ -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