From 5e63e663bb12f9ddb86cd8386ed2eb9e30817870 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 17 Jul 2004 14:01:00 +0000 Subject: [PATCH] alut is now part of libopenal.so --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- 2.39.5