]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Tweaks in preparation for the 0.3.6-pre1 release.
[simgear.git] / configure.ac
index fb53c8a3333e4118f8d2bc409e5756898fe6c672..5b90c440121d6c4f1b48ec2cf689bc5b8e24586e 100644 (file)
@@ -10,7 +10,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.5)
+AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre1)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.
@@ -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