From 0dc0f24bcdb1869b1e05a364610db25921bb8ced Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sun, 22 Mar 2009 03:09:41 +0000 Subject: [PATCH] OSX configure fix svn-id: r39603 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b7b2ef525f8..4be7b54cffb 100755 --- a/configure +++ b/configure @@ -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 ;;