]> git.mxchange.org Git - flightgear.git/commitdiff
Make sure we check for the proper simgear version.
authorcurt <curt>
Thu, 25 Feb 2010 14:33:56 +0000 (14:33 +0000)
committerTim Moore <timoore33@gmail.com>
Thu, 25 Feb 2010 22:22:43 +0000 (23:22 +0100)
configure.ac

index fda72f9fc2ef00d83d3f6c67465b3515db4a7723..b2a2b242e2a76609dc79570f5d654648cff513b9 100644 (file)
@@ -500,7 +500,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
     exit
 fi
 
-AC_MSG_CHECKING([for SimGear 1.9.0 or newer])
+AC_MSG_CHECKING([for SimGear 2.0.0 or newer])
 AC_TRY_RUN([
 #include <stdio.h>
 
@@ -509,8 +509,8 @@ AC_TRY_RUN([
 #define STRINGIFY(X) XSTRINGIFY(X)
 #define XSTRINGIFY(X) #X
 
-#define MIN_MAJOR 1
-#define MIN_MINOR 9
+#define MIN_MAJOR 2
+#define MIN_MINOR 0
 #define MIN_MICRO 0
 
 int main() {