[Libreoffice-commits] libvisio.git: configure.ac

David Tardon dtardon at redhat.com
Mon Oct 9 18:37:20 UTC 2017


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4048f8c6d0bcef296e223dea1071ab11c4643030
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Oct 9 20:36:28 2017 +0200

    zlib hasn't been needed since the switch to librevenge
    
    Change-Id: Ia2de012292ae6121da7ca14ac99890492add663d

diff --git a/configure.ac b/configure.ac
index e4751ec..542ed97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,8 +285,8 @@ AS_IF([test x"$GCC" = xyes], [
 		CXXFLAGS="$CXXFLAGS -Wvolatile-register-var -Wwrite-strings"
 	])
 ])
-LIBVISIO_CXXFLAGS="${REVENGE_CFLAGS} ${LIBXML_CFLAGS} ${ZLIB_CFLAGS} ${ICU_CFLAGS}"
-LIBVISIO_LIBS="${REVENGE_LIBS} ${LIBXML_LIBS} ${ZLIB_LIBS} ${ICU_LIBS}"
+LIBVISIO_CXXFLAGS="${REVENGE_CFLAGS} ${LIBXML_CFLAGS} ${ICU_CFLAGS}"
+LIBVISIO_LIBS="${REVENGE_LIBS} ${LIBXML_LIBS} ${ICU_LIBS}"
 AC_SUBST(LIBVISIO_CXXFLAGS)
 AC_SUBST(LIBVISIO_LIBS)
 


More information about the Libreoffice-commits mailing list