]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
update paths.
[flightgear.git] / configure.ac
index cc8c61087fa079ab911ea58fc43edcfca42af392..031bfe6cb2ca8247e4e5d393329b3436e836b9dc 100644 (file)
@@ -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"
     ;;