From f4ae5a45725c882e6f58f9fd509fa4f7780fccc6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 22 Mar 2009 13:50:51 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" ;; -- cgit v1.2.3