From 1a93ac450a3566dd6c357c8a2b19f4e039d8f060 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 18 Feb 2005 14:17:03 +0000 Subject: [PATCH] Another Cygwin fix. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc8c61087..031bfe6cb 100644 --- a/configure.ac +++ b/configure.ac @@ -226,6 +226,7 @@ case "${host}" in fi LIBS="$LIBS -lglu32 -lopengl32 -luser32 -lgdi32" + joystick_LIBS="$joystick_LIBS -lwinmm" dnl add -lwsock32 for mingwin case "${host}" in @@ -294,7 +295,7 @@ case "${host}" in AC_SEARCH_LIBS(alGenBuffers, openal32) AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] ) - LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32" + LIBS="$LIBS -ldsound -ldxguid -lole32" openal_LIBS="$LIBS" ;; -- 2.39.5