From 84cf5a2125bc73bed4cdda711a80913b463c5736 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 15 Oct 2023 00:19:22 +0900 Subject: [PATCH] Fix zlib-ng bug. --- auto.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/auto.sh b/auto.sh index e0e7135..570dea3 100755 --- a/auto.sh +++ b/auto.sh @@ -40,6 +40,13 @@ if [ ! -f "lib/pcre/configure" ]; then cd ../.. fi +### ZLIB reconf +if [ ! -f "lib/zlib-ng/configure" ]; then + cd lib/zlib-ng + ./configure + cd ../.. +fi + ### ZLIB reconf #if [ "$BITCHK" = 64 ]; then # if [ ! -f "lib/zlib/Makefile" ]; then