diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 20:18:14 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 20:18:14 +0000 |
commit | 20632469d2a52196fcdfd3d57b4a0f2c66003323 (patch) | |
tree | f9a955b5134d43f43deb7b0514921b7ac5bfbbd8 /configure.ac | |
parent | 2d43c837bec05fab18886a5c4dccbaf0034f0732 (diff) | |
download | gcc-20632469d2a52196fcdfd3d57b4a0f2c66003323.tar.gz |
Don't accept isl 0.10.
* configure.ac: Don't accept isl 0.10.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 9048cd1cd7f..d0f7471a4fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1650,12 +1650,9 @@ 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,10) + ISL_CHECK_VERSION(0,11) 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 + ISL_CHECK_VERSION(0,12) fi dnl Only execute fail-action, if ISL has been requested. ISL_IF_FAILED([ |