Convert the configure.ac rules for zlib library to use pkg-config

This commit is contained in:
Ondřej Surý
2019-07-31 13:50:15 +02:00
parent aed7eb0c74
commit 2b632a232f
9 changed files with 193 additions and 175 deletions

View File

@@ -263,7 +263,7 @@ n=`expr $n + 1`
ret=0
echo_i "checking if compressed output is really compressed ($n)"
if [ "$ZLIB" ];
if [ "$HAVEZLIB" ];
then
REGSIZE=`cat regular.headers | \
grep -i Content-Length | sed -e "s/.*: \([0-9]*\).*/\1/"`