[Libreoffice-commits] .: configure.in
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Jul 30 04:13:28 PDT 2012
configure.in | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 9df54ed6d38a550b4c130f987c0994f4d468a1ed
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jul 30 13:13:18 2012 +0200
Remove unused SERIALIZER_JAR
...which is likely a leftover. There is a LIBSERIALIZER_JAR
that is acutally used.
Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0
diff --git a/configure.in b/configure.in
index 57ebeb5..8f86842 100644
--- a/configure.in
+++ b/configure.in
@@ -7248,11 +7248,6 @@ if test "$with_system_saxon" = "yes"; then
AC_CHECK_FILE($SAXON_JAR, [],
[AC_MSG_ERROR(saxon.jar replacement not found.)], [])
fi
- if test -n "$SERIALIZER_JAR"; then
- AC_CHECK_FILE($SERIALIZER_JAR, [],
- [AC_MSG_ERROR(serializer.jar not found.)], [])
- AC_SUBST(SERIALIZER_JAR)
- fi
dnl Saxon comes in two practically available versions, the out-of-date saxonb which
dnl supports the Java extensions that LibreOffice uses, and the up-to-date saxon he
More information about the Libreoffice-commits
mailing list