Commit 66031181 authored by Trent Nelson's avatar Trent Nelson

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

parent 9effe699
...@@ -5210,7 +5210,7 @@ fi ...@@ -5210,7 +5210,7 @@ fi
BUILDDIR="`pwd`" 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 # If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts. # resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc # Objects/ -> typeslots.inc
......
...@@ -833,7 +833,7 @@ fi ...@@ -833,7 +833,7 @@ fi
BUILDDIR="`pwd`" BUILDDIR="`pwd`"
AC_SUBST(BUILDDIR) AC_SUBST(BUILDDIR)
AC_SUBST(BASECPPFLAGS) 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 # If we're building out-of-tree, we need to make sure the following
# resources get picked up before their $srcdir counterparts. # resources get picked up before their $srcdir counterparts.
# Objects/ -> typeslots.inc # Objects/ -> typeslots.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment