]> git.mxchange.org Git - simgear.git/commitdiff
Add default openal libs for cygwin.
authorcurt <curt>
Wed, 28 Apr 2004 19:19:05 +0000 (19:19 +0000)
committercurt <curt>
Wed, 28 Apr 2004 19:19:05 +0000 (19:19 +0000)
configure.ac

index 09ea04da7f9eef544c33fb106d725ee50932806f..0e9bdd915533c00d7350e79b18f5fae2974045f8 100644 (file)
@@ -272,6 +272,12 @@ LIBS="$base_LIBS"
 
 dnl check for OpenAL libraries
 case "${host}" in
+*-*-cygwin* | *-*-mingw32*)
+    dnl CygWin under Windoze.
+
+    LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32"
+    ;;
+
 *-apple-darwin*)
     dnl Mac OS X