X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config%2Fcloog.m4;h=e95b98d31478880545ef9c18e0241b8409e18543;hb=efb9f7cf0957746a18ee049ae986f137e4dc137d;hp=e1eb9e836012450dd4b0baf2ab6797eee221c5ae;hpb=8cc5f86b3b194c6bd880cfe1c1be261116e3e130;p=pf3gnuchains%2Fgcc-fork.git diff --git a/config/cloog.m4 b/config/cloog.m4 index e1eb9e83601..e95b98d3147 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 @@ -177,7 +179,7 @@ AC_DEFUN([CLOOG_FIND_FLAGS], ;; "ISL") clooginc="${clooginc} ${_cloogorginc}" - clooglibs="${clooglibs} -lcloog-isl" + clooglibs="${clooglibs} -lcloog-isl -lisl" cloog_org=yes ;; "PPL")