Add correct openal libs for MacOS.

This commit is contained in:
curt 2004-04-25 01:41:24 +00:00
parent a0bdec2846
commit db8d961b27

View File

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