diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2019-07-10 13:58:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-02 11:44:57 +0200 |
commit | 6d482d0ac21249d4d4987cda1bfe51f967c36dc8 (patch) | |
tree | 552900646631330ab395ee8c7ad37727e8b76473 | |
parent | e154e3652e8292fce066f0f942620c859a5e3991 (diff) |
build fails with libxmlsec version 1.2.27
Due to indirect inclusion of C++ headers in scope of an 'extern "C"'.
Possibly it works with version 1.2.24 to 1.2.26.
Change-Id: I12bd43b51b1cf829bfe91d4ab1eb5470b86ec18e
Reviewed-on: https://gerrit.libreoffice.org/75349
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b3f5390428fe..96f776280732 100644 --- a/configure.ac +++ b/configure.ac @@ -8300,7 +8300,7 @@ libo_CHECK_SYSTEM_MODULE([expat], [EXPAT], [expat]) dnl =================================================================== dnl Check for system xmlsec dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([xmlsec], [XMLSEC], [xmlsec1-nss >= 1.2.24]) +libo_CHECK_SYSTEM_MODULE([xmlsec], [XMLSEC], [xmlsec1-nss >= 1.2.28]) AC_MSG_CHECKING([whether to enable Embedded OpenType support]) if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_eot" = "yes"; then |