From f4953d4034997ea762508ee84fee6bc4bd4ca60d Mon Sep 17 00:00:00 2001 From: edlinger Date: Mon, 23 Jun 2014 19:15:16 +0000 Subject: 2014-06-23 Bernd Edlinger Fix include path for in-tree cloog. * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path. * configure: Regenerate. P.S: moved a few ChangeLog entries to gcc/ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211913 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cf6457ad4a8..fd7c866991f 100755 --- a/configure +++ b/configure @@ -6109,7 +6109,7 @@ fi 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 ' + clooginc='-I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include' ENABLE_CLOOG_CHECK=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using in-tree CLooG, disabling version check" >&5 $as_echo "$as_me: WARNING: using in-tree CLooG, disabling version check" >&2;} -- cgit v1.2.1