[Libreoffice-commits] core.git: configure.ac
Douglas Mencken
dougmencken at gmail.com
Thu Dec 17 08:11:58 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6d115dd67632d6c3f7e00cce4797331eabb61272
Author: Douglas Mencken <dougmencken at 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+LibreOffice at googlemail.com>
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at 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
More information about the Libreoffice-commits
mailing list