diff options
Diffstat (limited to 'config/cloog.m4')
-rw-r--r-- | config/cloog.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4 index e1eb9e8..ec8b46d 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 |