]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Fix a problem in loading models with paged LOD in some circunstances ( debug with...
[simgear.git] / configure.ac
index 83040536a7920ba735fc8de2d7f40b62fdd7634b..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)
 )