summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-23 09:24:25 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-23 09:24:25 +0000
commit3a8cd7be492fb98cb25b6a7b09585dc1b05f4cff (patch)
tree056177bb7d00907b88c2c5c230be5a09cebcead2 /configure.ac
parent27b732c7ffa9d9731ebe856a7acef45296692290 (diff)
downloadgcc-3a8cd7be492fb98cb25b6a7b09585dc1b05f4cff.tar.gz
* configure.ac (CLooG test): Use = with test.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 34c34959b87..7fdf357febf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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