]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am
[flightgear.git] / configure.ac
index 97bb7d2eebc113dd86f4a01dc2fa5655fad453c6..1b739fec3350bfec6c0bf8af78e534e49c815aec 100644 (file)
@@ -412,7 +412,7 @@ if test "x$ac_cv_header_simgear_version_h" != "xyes"; then
     exit
 fi
 
     exit
 fi
 
-AC_MSG_CHECKING([for simgear 0.2.0 or newer])
+AC_MSG_CHECKING([for simgear 0.3.0 or newer])
 AC_TRY_RUN([
 #include <stdio.h>
 
 AC_TRY_RUN([
 #include <stdio.h>
 
@@ -422,7 +422,7 @@ AC_TRY_RUN([
 #define XSTRINGIFY(X) #X
 
 #define MIN_MAJOR 0
 #define XSTRINGIFY(X) #X
 
 #define MIN_MAJOR 0
-#define MIN_MINOR 2
+#define MIN_MINOR 3
 #define MIN_MICRO 0
 
 int main() {
 #define MIN_MICRO 0
 
 int main() {
@@ -493,7 +493,8 @@ Install metakit 2.4.3 or later first.
 
 Or, the compiler may not be finding your libmk4.so library.
 Please check the config.log file for specific details of the
 
 Or, the compiler may not be finding your libmk4.so library.
 Please check the config.log file for specific details of the
-failure if you believe you have the correct metakit version.])],
+failure if you believe you have the correct metakit version.
+Also, look up this issue in the FlightGear FAQ.])],
   AC_MSG_RESULT(yes)
 )
 LIBS="$saved_LIBS"
   AC_MSG_RESULT(yes)
 )
 LIBS="$saved_LIBS"