Fix typo..

This commit is contained in:
2023-10-15 00:21:50 +09:00
parent 84cf5a2125
commit bcd39f20ee
+1 -1
View File
@@ -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 ../..