Test for alutInit in libopenal.so and in libalut.so for Cygwin builds.
This commit is contained in:
parent
ddbafac793
commit
485c66ed3e
1 changed files with 3 additions and 1 deletions
|
@ -324,7 +324,9 @@ case "${host}" in
|
||||||
*-*-cygwin* | *-*-mingw32*)
|
*-*-cygwin* | *-*-mingw32*)
|
||||||
dnl CygWin under Windoze.
|
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*)
|
*-apple-darwin*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue