Make sure we check for the proper simgear version.
This commit is contained in:
parent
cb2c800434
commit
942c208636
1 changed files with 3 additions and 3 deletions
|
@ -500,7 +500,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_CHECKING([for SimGear 1.9.0 or newer])
|
AC_MSG_CHECKING([for SimGear 2.0.0 or newer])
|
||||||
AC_TRY_RUN([
|
AC_TRY_RUN([
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -509,8 +509,8 @@ AC_TRY_RUN([
|
||||||
#define STRINGIFY(X) XSTRINGIFY(X)
|
#define STRINGIFY(X) XSTRINGIFY(X)
|
||||||
#define XSTRINGIFY(X) #X
|
#define XSTRINGIFY(X) #X
|
||||||
|
|
||||||
#define MIN_MAJOR 1
|
#define MIN_MAJOR 2
|
||||||
#define MIN_MINOR 9
|
#define MIN_MINOR 0
|
||||||
#define MIN_MICRO 0
|
#define MIN_MICRO 0
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue