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 --- config/cloog.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/cloog.m4 b/config/cloog.m4 index 670cd652fcb..d67465c3f22 100644 --- a/config/cloog.m4 +++ b/config/cloog.m4 @@ -63,7 +63,7 @@ AC_DEFUN([CLOOG_INIT_FLAGS], 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 AC_MSG_WARN([using in-tree CLooG, disabling version check]) fi -- cgit v1.2.3