From 9404df5a1f35866d441e8033b34186ca42962ea9 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Fri, 22 May 2020 14:35:01 -0700 Subject: [PATCH] Use updated zconf.h when building out of directory with configure. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7aaf5dfa3..0b86d04e0 100755 --- a/configure +++ b/configure @@ -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