configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6d115dd67632d6c3f7e00cce4797331eabb61272 Author: Douglas Mencken <dougmenc...@gmail.com> Date: Thu Dec 17 04:55:26 2015 -0500
configure.ac: it is ZLIB_LIBS that's needed here Change-Id: I1bdd2fcb0fc20f47ba4cbad52fccb6f4ada968ea Reviewed-on: https://gerrit.libreoffice.org/20752 Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Reviewed-by: David Tardon <dtar...@redhat.com> Tested-by: David Tardon <dtar...@redhat.com> diff --git a/configure.ac b/configure.ac index ecff371..79625e2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits