aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cloog.m42
1 files changed, 1 insertions, 1 deletions
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