]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Remove the need to append a trailing / to the texture-path string.
[simgear.git] / configure.ac
index fb53c8a3333e4118f8d2bc409e5756898fe6c672..7a87af310795cfd6459151cec4ddf4693b6b3597 100644 (file)
@@ -272,6 +272,18 @@ LIBS="$base_LIBS"
 
 dnl check for OpenAL libraries
 case "${host}" in
+*-*-cygwin* | *-*-mingw32*)
+    dnl CygWin under Windoze.
+
+    LIBS="$LIBS -lalut -lopenal32 -lwinmm -ldsound -ldxguid -lole32"
+    ;;
+
+*-apple-darwin*)
+    dnl Mac OS X
+
+    LIBS="$LIBS -framework IOKit -framework OpenAL"
+    ;;
+
 *)
     dnl default unix style machines