diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2009-10-23 09:24:25 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2009-10-23 09:24:25 +0000 |
commit | 17e72e5d2226f0853033c033c2132bec15a63a8a (patch) | |
tree | 056177bb7d00907b88c2c5c230be5a09cebcead2 /configure | |
parent | 7da774079b710297d3d630546e8b710bee3f2384 (diff) | |
download | gcc-17e72e5d2226f0853033c033c2132bec15a63a8a.zip gcc-17e72e5d2226f0853033c033c2132bec15a63a8a.tar.gz gcc-17e72e5d2226f0853033c033c2132bec15a63a8a.tar.bz2 |
configure.ac (CLooG test): Use = with test.
* configure.ac (CLooG test): Use = with test.
* configure: Regenerate.
From-SVN: r153490
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |