From 46f85f4eafc352787355c0f655d8a72ea212771d Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 7 Nov 2017 01:17:01 +0000 Subject: [PATCH] regen v9_11 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 16ba5549b3..ae6b452d19 100755 --- a/configure +++ b/configure @@ -17457,7 +17457,7 @@ case "$with_zlib" in done ;; *) - if test -f "${with_zlib}/zlib.h" + if test -f "${with_zlib}/include/zlib.h" then zlib_cflags="-I${with_zlib}/include" LIBS="$LIBS -L${with_zlib}/lib"