Kaydet (Commit) 6d115dd6 authored tarafından Douglas Mencken's avatar Douglas Mencken Kaydeden (comit) David Tardon

configure.ac: it is ZLIB_LIBS that's needed here

Change-Id: I1bdd2fcb0fc20f47ba4cbad52fccb6f4ada968ea
Reviewed-on: https://gerrit.libreoffice.org/20752Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst df4a196b
......@@ -7526,7 +7526,7 @@ if test "$with_system_zlib" = "yes"; then
# Emscripten provides its own zlib, don't check for that
AC_CHECK_HEADER(zlib.h, [],
[AC_MSG_ERROR(zlib.h not found. install zlib)], [])
AC_CHECK_LIB(z, deflate, [ ZLIB=-lz ],
AC_CHECK_LIB(z, deflate, [ ZLIB_LIBS=-lz ],
[AC_MSG_ERROR(zlib not found or functional)], [])
fi
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment