diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-09-21 00:05:18 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2013-09-21 00:05:18 +0000 |
commit | b3fc79f86b7a36caf95121228e29245906932f9b (patch) | |
tree | 2bbe994741515031e66793c11d29d389add669e9 /configure.ac | |
parent | 722a5e98ea14fbc41acfb561ff4db6bfc43593bf (diff) | |
download | binutils-gdb-b3fc79f86b7a36caf95121228e29245906932f9b.tar.gz |
2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Update from GCC.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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([ |