X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=5b90c440121d6c4f1b48ec2cf689bc5b8e24586e;hb=129e3c63260e7fb58a72b8232dc4901b5e2c4f37;hp=0e9bdd915533c00d7350e79b18f5fae2974045f8;hpb=e34aae9982a0ef5d0bf51583cc3fa95e8a8c1387;p=simgear.git diff --git a/configure.ac b/configure.ac index 0e9bdd91..5b90c440 100644 --- a/configure.ac +++ b/configure.ac @@ -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. @@ -275,7 +275,7 @@ case "${host}" in *-*-cygwin* | *-*-mingw32*) dnl CygWin under Windoze. - LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32" + LIBS="$LIBS -lalut -lopenal32 -lwinmm -ldsound -ldxguid -lole32" ;; *-apple-darwin*)