diff options
author | Bernd Edlinger <edlinger@gcc.gnu.org> | 2014-06-23 19:15:16 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2014-06-23 19:15:16 +0000 |
commit | c41f1c42bfe3b79d7f14eda50ba44a4c37239eb9 (patch) | |
tree | af645750a56c5f4948f398ab6874f7d75080a048 /config/cloog.m4 | |
parent | 0d807c8050c2329936d4a76d3eac5f3ee800f6a2 (diff) | |
download | gcc-c41f1c42bfe3b79d7f14eda50ba44a4c37239eb9.zip gcc-c41f1c42bfe3b79d7f14eda50ba44a4c37239eb9.tar.gz gcc-c41f1c42bfe3b79d7f14eda50ba44a4c37239eb9.tar.bz2 |
Fix include path for in-tree cloog.
2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
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
From-SVN: r211913
Diffstat (limited to 'config/cloog.m4')
-rw-r--r-- | config/cloog.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloog.m4 b/config/cloog.m4 index 670cd65..d67465c 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 |