Use updated zconf.h when building out of directory with configure.

This commit is contained in:
Dan Kegel 2020-05-22 14:35:01 -07:00 committed by Mark Adler
parent 84f0bafd7c
commit 9404df5a1f
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -25,7 +25,7 @@ if test $SRCDIR = "."; then
ZINCOUT="-I."
SRCDIR=""
else
ZINC='-include zconf.h'
ZINC='-I. -include zconf.h'
ZINCOUT='-I. -I$(SRCDIR)'
SRCDIR="$SRCDIR/"
fi