aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2009-03-22 13:50:51 +0000
committerMax Horn2009-03-22 13:50:51 +0000
commitf4ae5a45725c882e6f58f9fd509fa4f7780fccc6 (patch)
tree71cff439f16bca2a65e1ec9c399ef2d4ecf53dea /configure
parent734e9dd377b5766f3155f44b5b43160100225106 (diff)
downloadscummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.tar.gz
scummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.tar.bz2
scummvm-rg350-f4ae5a45725c882e6f58f9fd509fa4f7780fccc6.zip
Fixed configure on OSX (no idea what this will do to the iPhone, but now at least compiling on OS X is possible again)
svn-id: r39607
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2e4e8eda99..bae1e9fa34 100755
--- a/configure
+++ b/configure
@@ -1057,7 +1057,7 @@ case $_host_os in
LIBS="$LIBS -lmd "
_ranlib=:
;;
- i686-apple-darwin*|ppc-apple-darwin*)
+ darwin*)
DEFINES="$DEFINES -DUNIX -DMACOSX"
LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework AudioToolbox -framework Carbon -framework CoreMIDI"
;;