diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-07-05 21:09:07 +0000 |
---|---|---|
committer | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2014-07-05 21:09:07 +0000 |
commit | e61375e47146b95438e70e57ef17a72fea5decdf (patch) | |
tree | 16debd9b2ff1b8fc9dab31c92f91442f290239a4 /configure.ac | |
parent | d34336767e45ee801ebb107e40abe4b1acbd3d14 (diff) | |
download | newlib-e61375e47146b95438e70e57ef17a72fea5decdf.zip newlib-e61375e47146b95438e70e57ef17a72fea5decdf.tar.gz newlib-e61375e47146b95438e70e57ef17a72fea5decdf.tar.bz2 |
* configure.ac: Don't accept isl 0.10.
* configure: Regenerate.
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 87d5150..80313d0 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([ |