ZLIB support

This commit is contained in:
Vítor Santos Costa 2011-03-15 18:16:05 +00:00
parent 5b27d9fb72
commit d96f9c3fe1
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -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

View File

@ -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

@ -1 +1 @@
Subproject commit 352c64eb476378b70eba93aa0a664f6d54dad0d9
Subproject commit deea4bfdf7041387e91eca37978a5c8db9287eda