From: ehofman Date: Fri, 18 Feb 2005 14:17:03 +0000 (+0000) Subject: Another Cygwin fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a93ac450a3566dd6c357c8a2b19f4e039d8f060;p=flightgear.git Another Cygwin fix. --- 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" ;;