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
This commit is contained in:
Max Horn 2009-03-22 13:50:51 +00:00
parent 734e9dd377
commit f4ae5a4572

2
configure vendored
View File

@ -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"
;;