diff options
author | Dan Kegel <dank@kegel.com> | 2020-05-22 14:35:01 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-19 16:16:11 -0800 |
commit | 9404df5a1f35866d441e8033b34186ca42962ea9 (patch) | |
tree | 0b5618bfc78959efce16a9523c71d67c25417dd6 /configure | |
parent | 84f0bafd7cd76ef3787b8612ea79ba77c489d7bd (diff) | |
download | zlib-9404df5a1f35866d441e8033b34186ca42962ea9.tar.gz zlib-9404df5a1f35866d441e8033b34186ca42962ea9.tar.bz2 zlib-9404df5a1f35866d441e8033b34186ca42962ea9.zip |
Use updated zconf.h when building out of directory with configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ if test $SRCDIR = "."; then | |||
25 | ZINCOUT="-I." | 25 | ZINCOUT="-I." |
26 | SRCDIR="" | 26 | SRCDIR="" |
27 | else | 27 | else |
28 | ZINC='-include zconf.h' | 28 | ZINC='-I. -include zconf.h' |
29 | ZINCOUT='-I. -I$(SRCDIR)' | 29 | ZINCOUT='-I. -I$(SRCDIR)' |
30 | SRCDIR="$SRCDIR/" | 30 | SRCDIR="$SRCDIR/" |
31 | fi | 31 | fi |