ZLIB support
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -7490,7 +7490,7 @@ fi
|
||||
|
||||
if test "$ZLIB" = yes; then
|
||||
ZLIB_TARGETS="zlib4pl.$SO"
|
||||
ZLIB_PLTARGETS='$(srcdir)/zlib.pl'
|
||||
ZLIB_PLTARGETS='zlib.pl'
|
||||
ZLIB_INSTALL=install
|
||||
else
|
||||
ZLIB_TARGETS=nolib
|
||||
|
@@ -1319,7 +1319,7 @@ AC_CHECK_LIB(z, zlibVersion,
|
||||
|
||||
if test "$ZLIB" = yes; then
|
||||
ZLIB_TARGETS="zlib4pl.$SO"
|
||||
ZLIB_PLTARGETS='$(srcdir)/zlib.pl'
|
||||
ZLIB_PLTARGETS='zlib.pl'
|
||||
ZLIB_INSTALL=install
|
||||
else
|
||||
ZLIB_TARGETS=nolib
|
||||
|
Submodule packages/zlib updated: 352c64eb47...deea4bfdf7
Reference in New Issue
Block a user