From bcd39f20eecfc063de08506cd6c69b35d09da49a Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 15 Oct 2023 00:21:50 +0900 Subject: [PATCH] Fix typo.. --- auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto.sh b/auto.sh index 570dea3..fe3feef 100755 --- a/auto.sh +++ b/auto.sh @@ -41,7 +41,7 @@ if [ ! -f "lib/pcre/configure" ]; then fi ### ZLIB reconf -if [ ! -f "lib/zlib-ng/configure" ]; then +if [ -f "lib/zlib-ng/configure" ]; then cd lib/zlib-ng ./configure cd ../..