From: curt Date: Sun, 25 Apr 2004 01:41:24 +0000 (+0000) Subject: Add correct openal libs for MacOS. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=db8d961b279e47619f69e0853ce7690c44504a21;p=simgear.git Add correct openal libs for MacOS. --- diff --git a/configure.ac b/configure.ac index fb53c8a3..09ea04da 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,12 @@ LIBS="$base_LIBS" dnl check for OpenAL libraries case "${host}" in +*-apple-darwin*) + dnl Mac OS X + + LIBS="$LIBS -framework IOKit -framework OpenAL" + ;; + *) dnl default unix style machines