X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b396a262982c8b2ecef4ad4eb86067c1e5075d0..62603868bc258cc7b22cb9715ac35f45a3dd3744:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index e64d57b758..97430256a5 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -259,7 +259,7 @@ AC_DEFUN([AC_BAKEFILE_PLATFORM], *-pc-os2_emx | *-pc-os2-emx ) PLATFORM_OS2=1 ;; - powerpc-*-darwin* ) + *-*-darwin* ) PLATFORM_MAC=1 PLATFORM_MACOSX=1 ;; @@ -421,7 +421,7 @@ AC_DEFUN([AC_BAKEFILE_SUFFIXES], LIBEXT=".$OS2_LIBEXT" dlldir="$bindir" ;; - powerpc-*-darwin* ) + *-*-darwin* ) SO_SUFFIX="dylib" SO_SUFFIX_MODULE="bundle" ;; @@ -700,7 +700,7 @@ AC_DEFUN([AC_BAKEFILE_DEPS], DEPSMODE=gcc DEPS_TRACKING=1 case "${BAKEFILE_HOST}" in - powerpc-*-darwin* ) + *-*-darwin* ) dnl -cpp-precomp (the default) conflicts with -MMD option dnl used by bk-deps (see also http://developer.apple.com/documentation/Darwin/Conceptual/PortingUnix/compiling/chapter_4_section_3.html) DEPSFLAG_GCC="-no-cpp-precomp -MMD"