aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2004-02-01 14:03:00 +0000
committerMax Horn2004-02-01 14:03:00 +0000
commit579d7bef2438e8c9d4105b902bca060a1ee9dd4f (patch)
tree356adca32356bb346de44aaf73f3af8f1729a2eb /configure
parentc3a5b9abf7cd8a37c4d9f5be8f8891e9c74369b4 (diff)
downloadscummvm-rg350-579d7bef2438e8c9d4105b902bca060a1ee9dd4f.tar.gz
scummvm-rg350-579d7bef2438e8c9d4105b902bca060a1ee9dd4f.tar.bz2
scummvm-rg350-579d7bef2438e8c9d4105b902bca060a1ee9dd4f.zip
forgot to commit configure
svn-id: r12699
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f068e94522..3b7bea5dc6 100755
--- a/configure
+++ b/configure
@@ -444,7 +444,7 @@ else
;;
Darwin)
DEFINES="$DEFINES -DUNIX -DMACOSX"
- LIBS="$LIBS -framework QuickTime -framework AudioUnit"
+ LIBS="$LIBS -framework QuickTime -framework AudioUnit -framework Carbon"
# TODO: Add proper check for Altivec support in the compiler...
DEFINES="$DEFINES -DHAS_ALTIVEC"
CXXFLAGS="$CXXFLAGS -faltivec"