aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorromangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-17 15:09:40 +0000
committerromangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-17 15:09:40 +0000
commit9556e4d0812e2d68b00c721674bf987186d2adf2 (patch)
tree3f1a80b246e7dc31afa5eb67531b7a7fad16ea12 /configure.ac
parent73e894bacd2cf44ca5cfc16e956ad81a1922b528 (diff)
* configure.ac: Don't accept isl 0.11.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d0f7471a4fc..6c7b4df2f40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1650,10 +1650,7 @@ if test "x$with_isl" != "xno" &&
dnl with user input.
ISL_INIT_FLAGS
dnl The versions of ISL that work for Graphite
- ISL_CHECK_VERSION(0,11)
- if test "${gcc_cv_isl}" = no ; then
- ISL_CHECK_VERSION(0,12)
- fi
+ ISL_CHECK_VERSION(0,12)
dnl Only execute fail-action, if ISL has been requested.
ISL_IF_FAILED([
AC_MSG_ERROR([Unable to find a usable ISL. See config.log for details.])])