summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-13 11:41:45 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-09-13 11:41:45 +0000
commit51bfaa7efebc292137c1d9dbbde40fb8db4916ae (patch)
tree340ef563cf291226f82b09633f2f2ea154fa6ce2 /configure.ac
parent84a449abb3bfc0ae8cfbaae5a9a3620a92fbc62f (diff)
downloadcpython-git-51bfaa7efebc292137c1d9dbbde40fb8db4916ae.tar.gz
Issue #15819: Drop dead code; -IInclude already added unconditionally
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index 5edbf7b2b7..8b694f01bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -988,20 +988,6 @@ else
SVNVERSION="echo Unversioned directory"
fi
-AC_SUBST(BASECPPFLAGS)
-if test "$abs_srcdir" != "$abs_builddir"; then
- # If we're building out-of-tree make sure Include (in the current dir)
- # gets picked up before its $srcdir counterpart in order for Python-ast.h
- # and graminit.h to get picked up from the correct directory.
- # (A side effect of this is that these resources will automatically be
- # regenerated when building out-of-tree, regardless of whether or not
- # the $srcdir counterpart is up-to-date. This is an acceptable trade
- # off.)
- BASECPPFLAGS="-IInclude"
-else
- BASECPPFLAGS=""
-fi
-
AC_SUBST(HGVERSION)
AC_SUBST(HGTAG)
AC_SUBST(HGBRANCH)