From 7fef8021ba5f7e1baa719b2fdb5c5f1b9b041189 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 10 Jun 2009 14:56:18 +0000 Subject: [PATCH] remove support/detection of Mac OS < X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 8 +------- configure.in | 11 ----------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/configure b/configure index 277c06438a..c3717b4378 100755 --- 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 diff --git a/configure.in b/configure.in index 8804175a4a..0e08746f32 100644 --- a/configure.in +++ b/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 -- 2.47.2