cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
authorArt Haas <ahaas@impactweather.com>
Sun, 26 Aug 2012 12:20:01 +0000 (12:20 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 26 Aug 2012 12:20:01 +0000 (12:20 +0000)
* cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
* configure: Regenerate.

From-SVN: r190684

ChangeLog
config/ChangeLog
config/cloog.m4
configure

index ebebff74ac809d90fcea788a1e01696299d23b52..a17ddb0695306995e5a63cf07922abcc35a9f82b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-26  Art Haas <ahaas@impactweather.com>
+
+       * configure: Regenerate.
+
 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
 
        * INSTALL/README: Also refer to the online installation
index 3b58790df9990822c69d6c9369752e85706e25e9..8b36c33c9ab1e5fe6716a99e0c9e498cfa9dcf67 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-26  Art Haas <ahaas@impactweather.com>
+
+       * cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
+
 2012-07-04  Tristan Gingold  <gingold@adacore.com>
 
        * isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling.
index 270cf8f8069d2bdd8b8cf9a0e43c2528735e38b7..5193f4e45d77a983decda361ed31f3279b569587 100644 (file)
@@ -65,7 +65,7 @@ AC_DEFUN([CLOOG_INIT_FLAGS],
   fi
   dnl If no --with-cloog flag was specified and there is in-tree ClooG
   dnl source, set up flags to use that.
-  if test "x${clooginc}" == x && test "x${clooglibs}" == x \
+  if test "x${clooginc}" = x && test "x${clooglibs}" = x \
      && test -d ${srcdir}/cloog; then
      clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
      clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '
index fd0e29c1ef6bff6727584c456e790095e5f9fbf6..60e269e00e58a9844a7c62d294076d276bfaca86 100755 (executable)
--- a/configure
+++ b/configure
@@ -5796,7 +5796,7 @@ fi
   if test "x${with_cloog_lib}" != x; then
     clooglibs="-L$with_cloog_lib"
   fi
-      if test "x${clooginc}" == x && test "x${clooglibs}" == x \
+      if test "x${clooginc}" = x && test "x${clooglibs}" = x \
      && test -d ${srcdir}/cloog; then
      clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/'"$lt_cv_objdir"' '
      clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I'${srcdir}'/cloog/include '