aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"
;;