Skip to content

Commit

Permalink
configure: don't pull in stale zconf.h; fixes madler#499
Browse files Browse the repository at this point in the history
  • Loading branch information
dankegel committed May 26, 2020
1 parent 182a4ee commit 06c8b96
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 06c8b96

Please sign in to comment.