diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-07-05 20:18:14 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2014-07-05 20:18:14 +0000 |
commit | 9a62ed16dda57ee799dfd0ef12f1800cf48e5908 (patch) | |
tree | f9a955b5134d43f43deb7b0514921b7ac5bfbbd8 /configure.ac | |
parent | a4ff2ef3c063b01e58c92487643e0bf36f66706f (diff) | |
download | gcc-9a62ed16dda57ee799dfd0ef12f1800cf48e5908.zip gcc-9a62ed16dda57ee799dfd0ef12f1800cf48e5908.tar.gz gcc-9a62ed16dda57ee799dfd0ef12f1800cf48e5908.tar.bz2 |
Don't accept isl 0.10.
* configure.ac: Don't accept isl 0.10.
* configure: Regenerate.
From-SVN: r212306
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 9048cd1..d0f7471 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([ |