Commit 17e72e5d by Rainer Orth Committed by Rainer Orth

configure.ac (CLooG test): Use = with test.

	* configure.ac (CLooG test): Use = with test.
	* configure: Regenerate.

From-SVN: r153490
parent 7da77407
2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (CLooG test): Use = with test.
* configure: Regenerate.
2009-10-22 Richard Guenther <rguenther@suse.de>
* configure.ac: Do not set LIBS for ppl/cloog checks. Disable
......
......@@ -5857,7 +5857,7 @@ if test "${with_cloog_lib+set}" = set; then :
fi
if test "x$with_ppl" == "xno"; then
if test "x$with_ppl" = "xno"; then
with_cloog=no
fi
......
......@@ -1572,7 +1572,7 @@ AC_ARG_WITH(cloog, [ --with-cloog=PATH Specify prefix directory for the i
AC_ARG_WITH(cloog_include, [ --with-cloog-include=PATH Specify directory for installed CLooG include files])
AC_ARG_WITH(cloog_lib, [ --with-cloog-lib=PATH Specify the directory for the installed CLooG library])
if test "x$with_ppl" == "xno"; then
if test "x$with_ppl" = "xno"; then
with_cloog=no
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment