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

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

From-SVN: r153490
This commit is contained in:
Rainer Orth 2009-10-23 09:24:25 +00:00 committed by Rainer Orth
parent 7da774079b
commit 17e72e5d22
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

2
configure vendored
View File

@ -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

View File

@ -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