1
0
Fork 0

Make sure we check for the proper simgear version.

This commit is contained in:
curt 2010-02-25 14:33:56 +00:00 committed by Tim Moore
parent cb2c800434
commit 942c208636

View 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() {