OSX configure fix

svn-id: r39603
This commit is contained in:
Oystein Eftevaag 2009-03-22 03:09:41 +00:00
parent 16cd161df5
commit 0dc0f24bcd

4
configure vendored
View File

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