diff options
author | Trent Nelson <trent@trent.me> | 2012-10-16 15:07:31 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-10-16 15:07:31 (GMT) |
commit | 56d4c03cb2971701db716f80a4d8bd5febce429a (patch) | |
tree | 5a902daa056e5a3d7b618e646ba530ed8e8cc821 /configure | |
parent | d6d5cf33ef7ad248a0baa2568f2a15a265a73734 (diff) | |
parent | 6603118125164b927d79eab89263a07a12406481 (diff) | |
download | cpython-56d4c03cb2971701db716f80a4d8bd5febce429a.zip cpython-56d4c03cb2971701db716f80a4d8bd5febce429a.tar.gz cpython-56d4c03cb2971701db716f80a4d8bd5febce429a.tar.bz2 |
Merge issue #15819: tweak logic in previous commit.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2724,7 +2724,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu 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 |