aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2009-10-23 09:24:25 +0000
committerRainer Orth <ro@gcc.gnu.org>2009-10-23 09:24:25 +0000
commit17e72e5d2226f0853033c033c2132bec15a63a8a (patch)
tree056177bb7d00907b88c2c5c230be5a09cebcead2 /configure
parent7da774079b710297d3d630546e8b710bee3f2384 (diff)
downloadgcc-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7ceaafc..db105a5 100755
--- a/configure
+++ b/configure
@@ -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