From: ehofman Date: Sat, 17 Jul 2004 14:01:00 +0000 (+0000) Subject: alut is now part of libopenal.so X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e63e663bb12f9ddb86cd8386ed2eb9e30817870;p=simgear.git alut is now part of libopenal.so --- diff --git a/configure.ac b/configure.ac index 5b90c440..89783458 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,7 @@ case "${host}" in *-*-cygwin* | *-*-mingw32*) dnl CygWin under Windoze. - LIBS="$LIBS -lalut -lopenal32 -lwinmm -ldsound -ldxguid -lole32" + LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32" ;; *-apple-darwin*)