aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Kegel <dank@kegel.com>2020-05-22 14:35:01 -0700
committerMark Adler <madler@alumni.caltech.edu>2024-01-19 16:16:11 -0800
commit9404df5a1f35866d441e8033b34186ca42962ea9 (patch)
tree0b5618bfc78959efce16a9523c71d67c25417dd6 /configure
parent84f0bafd7cd76ef3787b8612ea79ba77c489d7bd (diff)
downloadzlib-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7aaf5df..0b86d04 100755
--- a/configure
+++ b/configure
@@ -25,7 +25,7 @@ if test $SRCDIR = "."; then
25 ZINCOUT="-I." 25 ZINCOUT="-I."
26 SRCDIR="" 26 SRCDIR=""
27else 27else
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/"
31fi 31fi