mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:20:29 +08:00
configure.ac (CLooG test): Use = with test.
* configure.ac (CLooG test): Use = with test. * configure: Regenerate. From-SVN: r153490
This commit is contained in:
parent
7da774079b
commit
17e72e5d22
@ -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
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user