Skip to content

Commit

Permalink
Use updated zconf.h when building out of directory with configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dankegel authored and madler committed Jan 20, 2024
1 parent 84f0baf commit 9404df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9404df5

Please sign in to comment.