X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=d5761639d5ee5796c7ee1797b700429225df06c3;hb=448bc3facd39750ca795007ff1a0cc88f4b32b74;hp=c3e399af7e9833beeee5062c8151b106b8d1831e;hpb=98b2ba4fc16aa90d508a3a7fe241674125d9dd87;p=simgear.git diff --git a/configure.ac b/configure.ac index c3e399af..d5761639 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.8-pre1) +AM_INIT_AUTOMAKE(SimGear, 0.3.8) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -329,11 +329,11 @@ if test "x$ac_cv_header_plib_ul_h" != "xyes"; then exit fi -AC_MSG_CHECKING([for plib 1.6.0 or newer]) +AC_MSG_CHECKING([for plib 1.8.4 or newer]) AC_TRY_RUN([ #include -#define MIN_PLIB_VERSION 160 +#define MIN_PLIB_VERSION 184 int main() { int major, minor, micro; @@ -348,7 +348,7 @@ int main() { ], AC_MSG_RESULT(yes), [AC_MSG_RESULT(wrong version); - AC_MSG_ERROR([Install plib 1.6.0 or later first...])], + AC_MSG_ERROR([Install plib 1.8.4 or later first...])], AC_MSG_RESULT(yes) )