1
0
Fork 0

Test for alutInit in libopenal.so and in libalut.so for Cygwin builds.

This commit is contained in:
ehofman 2004-07-19 14:59:24 +00:00
parent ddbafac793
commit 485c66ed3e

View file

@ -324,7 +324,9 @@ case "${host}" in
*-*-cygwin* | *-*-mingw32*)
dnl CygWin under Windoze.
LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32"
AC_SEARCH_LIBS(alGenBuffers, openal32)
AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32"
;;
*-apple-darwin*)