]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
xmlsound: warning--
[simgear.git] / configure.ac
index 41c24f5588a91c5e966165cfeaba67b821ac9d71..7b1e4ceebaf53cdbfbbe6413f6687b55f1f3d698 100644 (file)
@@ -361,11 +361,11 @@ if test "x$ac_cv_header_plib_ul_h" != "xyes"; then
     exit
 fi
 
-AC_MSG_CHECKING([for plib 1.8.4 or newer])
+AC_MSG_CHECKING([for plib 1.8.5 or newer])
 AC_TRY_RUN([
 #include <plib/ul.h>
 
-#define MIN_PLIB_VERSION 184
+#define MIN_PLIB_VERSION 185
 
 int main() {
     int major, minor, micro;
@@ -380,7 +380,7 @@ int main() {
 ],
   AC_MSG_RESULT(yes),
   [AC_MSG_RESULT(wrong version);
-   AC_MSG_ERROR([Install plib 1.8.4 or later first...])],
+   AC_MSG_ERROR([Install plib 1.8.5 or later first...])],
   AC_MSG_RESULT(yes)
 )
 
@@ -390,7 +390,7 @@ AC_CHECK_HEADER(osg/Version)
 if test "x$ac_cv_header_osg_Version" != "xyes"; then
     echo
     echo "You *must* have the OpenSceneGraph support library installed on your system"
-    echo "to build the FGFS simulator!"
+    echo "to build this version of SimGear!"
     echo
     echo "Please see README.OSG for more details."
     echo