summaryrefslogtreecommitdiff
path: root/configure
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
parent84a449abb3bfc0ae8cfbaae5a9a3620a92fbc62f (diff)
downloadcpython-git-51bfaa7efebc292137c1d9dbbde40fb8db4916ae.tar.gz
Issue #15819: Drop dead code; -IInclude already added unconditionally
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index d9a22eb866..6cbdf2a17a 100755
--- a/configure
+++ b/configure
@@ -687,7 +687,6 @@ HAS_HG
HGBRANCH
HGTAG
HGVERSION
-BASECPPFLAGS
SVNVERSION
ARFLAGS
ac_ct_AR
@@ -5748,20 +5747,6 @@ else
fi
-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
-
-
# Extract the first word of "hg", so it can be a program name with args.