summaryrefslogtreecommitdiff
path: root/config/cloog.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/cloog.m4')
-rw-r--r--config/cloog.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4
index e1eb9e8360..ec8b46d244 100644
--- a/config/cloog.m4
+++ b/config/cloog.m4
@@ -88,7 +88,9 @@ AC_DEFUN([CLOOG_REQUESTED],
[
AC_REQUIRE([CLOOG_INIT_FLAGS])
- if test "x${with_cloog}" != x \
+ if test "x${with_cloog}" = xno; then
+ $2
+ elif test "x${with_cloog}" != x \
|| test "x${with_cloog_include}" != x \
|| test "x${with_cloog_lib}" != x ; then
$1