Fix zlib-ng bug.
This commit is contained in:
@@ -40,6 +40,13 @@ if [ ! -f "lib/pcre/configure" ]; then
|
|||||||
cd ../..
|
cd ../..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### ZLIB reconf
|
||||||
|
if [ ! -f "lib/zlib-ng/configure" ]; then
|
||||||
|
cd lib/zlib-ng
|
||||||
|
./configure
|
||||||
|
cd ../..
|
||||||
|
fi
|
||||||
|
|
||||||
### ZLIB reconf
|
### ZLIB reconf
|
||||||
#if [ "$BITCHK" = 64 ]; then
|
#if [ "$BITCHK" = 64 ]; then
|
||||||
# if [ ! -f "lib/zlib/Makefile" ]; then
|
# if [ ! -f "lib/zlib/Makefile" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user