summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-10-16 11:04:04 -0400
committerTrent Nelson <trent@trent.me>2012-10-16 11:04:04 -0400
commit6603118125164b927d79eab89263a07a12406481 (patch)
tree7859185ce2e0f04b90aefd0b52af5024503059d8 /configure
parent9effe699b7858a4a654b34915bc0e2cbec0de1f3 (diff)
downloadcpython-git-6603118125164b927d79eab89263a07a12406481.tar.gz
Issue #15819: tweak logic in previous commit (617591e7d708).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8ba3dec51f..b90c661768 100755
--- a/configure
+++ b/configure
@@ -5210,7 +5210,7 @@ fi
BUILDDIR="`pwd`"
-if test "$srcdir" != "$BUILDDIR"; then
+if test "$srcdir" != "." -a "$srcdir" != "$BUILDDIR"; then
# If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc