OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* config/cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
[pf3gnuchains/gcc-fork.git]
/
config
/
cloog.m4
diff --git
a/config/cloog.m4
b/config/cloog.m4
index
e1eb9e8
..
ec8b46d
100644
(file)
--- 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