summaryrefslogtreecommitdiff
authorStephan Bergmann <sbergman@redhat.com>2012-07-30 11:13:18 (GMT)
committer Stephan Bergmann <sbergman@redhat.com>2012-07-30 11:13:18 (GMT)
commit9df54ed6d38a550b4c130f987c0994f4d468a1ed (patch) (side-by-side diff)
tree477347e1ca7564b02662373a7a669a7e6f7e4034
parent659e31939bf364518cfb4e1fa1ac01e0c412b40a (diff)
downloadcore-9df54ed6d38a550b4c130f987c0994f4d468a1ed.zip
core-9df54ed6d38a550b4c130f987c0994f4d468a1ed.tar.gz
Remove unused SERIALIZER_JAR
...which is likely a leftover. There is a LIBSERIALIZER_JAR that is acutally used. Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
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