Prepare for OpenAL 1.1 and a separate alut lubrary.
This commit is contained in:
parent
62bb2277bc
commit
e17bc29986
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue