1
0
Fork 0

Check for simgear v2.2.0 or newer.

This commit is contained in:
Curtis L. Olson 2011-01-03 07:59:50 -06:00
parent c6feba04c9
commit 5c7371938d

View file

@ -530,7 +530,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
exit exit
fi fi
AC_MSG_CHECKING([for SimGear 2.0.0 or newer]) AC_MSG_CHECKING([for SimGear 2.2.0 or newer])
AC_TRY_RUN([ AC_TRY_RUN([
#include <stdio.h> #include <stdio.h>
@ -540,7 +540,7 @@ AC_TRY_RUN([
#define XSTRINGIFY(X) #X #define XSTRINGIFY(X) #X
#define MIN_MAJOR 2 #define MIN_MAJOR 2
#define MIN_MINOR 0 #define MIN_MINOR 2
#define MIN_MICRO 0 #define MIN_MICRO 0
int main() { int main() {