1
0
Fork 0

Prepare for OpenAL 1.1 and a separate alut lubrary.

This commit is contained in:
ehofman 2005-09-15 17:31:05 +00:00
parent 62bb2277bc
commit e17bc29986

View file

@ -309,6 +309,7 @@ case "${host}" in
save_LIBS=$LIBS
LIBS="$LIBS $thread_LIBS"
AC_SEARCH_LIBS(alGenBuffers, openal)
AC_SEARCH_LIBS(alutInit, [ alut openal ] )
OPENAL_OK="$ac_cv_search_alGenBuffers"
openal_LIBS="$LIBS"
LIBS=$save_LIBS