Check for simgear v2.2.0 or newer.
This commit is contained in:
parent
c6feba04c9
commit
5c7371938d
1 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
|
|||
exit
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING([for SimGear 2.0.0 or newer])
|
||||
AC_MSG_CHECKING([for SimGear 2.2.0 or newer])
|
||||
AC_TRY_RUN([
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -540,7 +540,7 @@ AC_TRY_RUN([
|
|||
#define XSTRINGIFY(X) #X
|
||||
|
||||
#define MIN_MAJOR 2
|
||||
#define MIN_MINOR 0
|
||||
#define MIN_MINOR 2
|
||||
#define MIN_MICRO 0
|
||||
|
||||
int main() {
|
||||
|
|
Loading…
Reference in a new issue