summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-25 19:47:36 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-25 19:47:36 +0000
commitf9c26062b6910114b2590ca1095b74732d4de319 (patch)
treef0b865be1687e4a9c82a04e0937540614b4f15ed /configure.ac
parent114227c38c5fe643aedf3473bcafc9ebccadad39 (diff)
downloadppe42-gcc-f9c26062b6910114b2590ca1095b74732d4de319.tar.gz
ppe42-gcc-f9c26062b6910114b2590ca1095b74732d4de319.zip
* config/cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
* configure.ac: If with_ppl is no, move setting with_cloog=no after CLOOG_REQUESTED check. * configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169249 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 620723f60c4..890d04e896b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1688,13 +1688,12 @@ dnl Provide configure switches and initialize clooginc & clooglibs
dnl with user input.
CLOOG_INIT_FLAGS
if test "x$with_ppl" = "xno"; then
- with_cloog=no
-
dnl Only execute fail-action, if CLooG has been requested.
CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no])
if test "${graphite_requested}" = yes; then
AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.])]
fi
+ with_cloog=no
fi
if test "x${with_cloog}" = x && test "x${with_cloog_include}" = x \
&& test "x${with_cloog_lib}" = x && test -d ${srcdir}/cloog; then
OpenPOWER on IntegriCloud