Skip to content

Commit 9404df5

Browse files
dankegelmadler
authored andcommitted
Use updated zconf.h when building out of directory with configure.
1 parent 84f0baf commit 9404df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if test $SRCDIR = "."; then
2525
ZINCOUT="-I."
2626
SRCDIR=""
2727
else
28-
ZINC='-include zconf.h'
28+
ZINC='-I. -include zconf.h'
2929
ZINCOUT='-I. -I$(SRCDIR)'
3030
SRCDIR="$SRCDIR/"
3131
fi

0 commit comments

Comments
 (0)