mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 00:40:11 +01:00
Revert "[configure] Append -lz to LIBS"
This reverts commit 9c207b2454.
I pushed a proper fix in last commit.
This commit is contained in:
parent
eb092eadbb
commit
b4b65a7890
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,7 @@ AC_CACHE_SAVE
|
|||
dnl ===========================================================================
|
||||
|
||||
AC_CHECK_LIB(z, compress,
|
||||
[AC_CHECK_HEADER(zlib.h, [
|
||||
have_libz=yes
|
||||
LIBS="$LIBS -lz"],
|
||||
[AC_CHECK_HEADER(zlib.h, [have_libz=yes],
|
||||
[have_libz="no (requires zlib http://www.gzip.org/zlib/)"])],
|
||||
[have_libz="no (requires zlib http://www.gzip.org/zlib/)"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue