From 078393c760bfdbfc625aae264f9ada931fdec096 Mon Sep 17 00:00:00 2001 From: rguenth Date: Tue, 3 Sep 2013 10:05:29 +0000 Subject: 2013-09-03 Richard Biener * configure.ac: Also allow ISL 0.12. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202206 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6f3d801ab06..d72b40a7af9 100644 --- a/configure.ac +++ b/configure.ac @@ -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([ -- cgit v1.2.1