diff options
author | romangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-20 13:31:41 +0000 |
---|---|---|
committer | romangareev <romangareev@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-20 13:31:41 +0000 |
commit | 383b71a95aff980cdcefcecc91c6bd7cd3934e68 (patch) | |
tree | 8777b84901ae2d76d20babd8c9c0f457c7230d52 /configure.ac | |
parent | 3f592a0790b991160e8323935f15f0dea12f277b (diff) | |
download | gcc-383b71a95aff980cdcefcecc91c6bd7cd3934e68.tar.gz |
* configure.ac: Accept only CLooG 0.18.1.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 6c7b4df2f40..7a04c05147c 100644 --- a/configure.ac +++ b/configure.ac @@ -1661,10 +1661,7 @@ if test "x$with_isl" != "xno" && dnl with user input. CLOOG_INIT_FLAGS dnl The versions of CLooG that work for Graphite. - CLOOG_CHECK_VERSION(0,17,0) - if test "${gcc_cv_cloog}" = no ; then - CLOOG_CHECK_VERSION(0,18,0) - fi + CLOOG_CHECK_VERSION(0,18,1) dnl Only execute fail-action, if CLooG has been requested. CLOOG_IF_FAILED([ |