Issue #15819: tweak logic in previous commit (617591e7d708).

This commit is contained in:
Trent Nelson 2012-10-16 11:04:04 -04:00
parent 9effe699b7
commit 6603118125
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -833,7 +833,7 @@ fi
BUILDDIR="`pwd`"
AC_SUBST(BUILDDIR)
AC_SUBST(BASECPPFLAGS)
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