aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOystein Eftevaag2009-03-22 03:09:41 +0000
committerOystein Eftevaag2009-03-22 03:09:41 +0000
commit0dc0f24bcdb1869b1e05a364610db25921bb8ced (patch)
treebad4ef505f7a6cd7964000dc8897991f0adf6184
parent16cd161df51374e0a28288313fcec46c8229beab (diff)
downloadscummvm-rg350-0dc0f24bcdb1869b1e05a364610db25921bb8ced.tar.gz
scummvm-rg350-0dc0f24bcdb1869b1e05a364610db25921bb8ced.tar.bz2
scummvm-rg350-0dc0f24bcdb1869b1e05a364610db25921bb8ced.zip
OSX configure fix
svn-id: r39603
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b7b2ef525f..4be7b54cff 100755
--- a/configure
+++ b/configure
@@ -1046,7 +1046,7 @@ case $_host_os in
LIBS="$LIBS -lmd "
_ranlib=:
;;
- i686-darwin*|ppc-darwin*)
+ i686-apple-darwin*|ppc-apple-darwin*)
DEFINES="$DEFINES -DUNIX -DMACOSX"
LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
;;
@@ -1123,7 +1123,7 @@ if test -n "$_host"; then
bfin*)
_need_memalign=yes
;;
- i686-darwin*|ppc-darwin*)
+ i686-apple-darwin*|ppc-apple-darwin*)
_ranlib=$_host-ranlib
_strip=$_host-strip
;;