From 29a97e55d1e36ef73c9e15f80ac29d0b81ec9b3c Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 26 Aug 2012 12:20:01 +0000 Subject: * cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190684 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fd0e29c1ef6..60e269e00e5 100755 --- 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 ' -- cgit v1.2.1