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

This commit is contained in:
ehofman
2004-07-19 14:59:51 +00:00
parent 5e63e663bb
commit df302f277c

View File

@@ -275,7 +275,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*)