2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
[deliverable/binutils-gdb.git] / configure.ac
index 6f3d801ab06a0f6be6bf8e7acd2af700b58956ad..d72b40a7af9b59df6c8a56bfbe507e9397ad8d5f 100644 (file)
@@ -1653,6 +1653,9 @@ if test "x$with_isl" != "xno" &&
   ISL_CHECK_VERSION(0,10)
   if test "${gcc_cv_isl}" = no ; then
     ISL_CHECK_VERSION(0,11)
+    if test "${gcc_cv_isl}" = no ; then
+      ISL_CHECK_VERSION(0,12)
+    fi
   fi
   dnl Only execute fail-action, if ISL has been requested.
   ISL_IF_FAILED([
This page took 0.02393 seconds and 4 git commands to generate.