diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 13:13:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 13:13:18 +0200 |
commit | 9df54ed6d38a550b4c130f987c0994f4d468a1ed (patch) | |
tree | 477347e1ca7564b02662373a7a669a7e6f7e4034 /configure.in | |
parent | 659e31939bf364518cfb4e1fa1ac01e0c412b40a (diff) |
Remove unused SERIALIZER_JAR
...which is likely a leftover. There is a LIBSERIALIZER_JAR
that is acutally used.
Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 57ebeb52bfcb..8f868421cfa1 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 |