aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBernd Edlinger <edlinger@gcc.gnu.org>2014-06-23 19:15:16 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2014-06-23 19:15:16 +0000
commitc41f1c42bfe3b79d7f14eda50ba44a4c37239eb9 (patch)
treeaf645750a56c5f4948f398ab6874f7d75080a048 /configure
parent0d807c8050c2329936d4a76d3eac5f3ee800f6a2 (diff)
downloadgcc-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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cf6457a..fd7c866 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;}