configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e31191d45c27965bb1a73577b9fcc99b5d88795a
Author:     Rene Engelhard <r...@rene-engelhard.de>
AuthorDate: Mon Dec 20 11:32:34 2021 +0100
Commit:     René Engelhard <r...@debian.org>
CommitDate: Fri Dec 24 09:03:20 2021 +0100

    bump liborcus dependency in pkg-config check to >= 0.17.2
    
    since that is what is needed now since 
aadbac5467bb6ab768f87ed6ec003c55159d54aa
    to make the tests pass.
    (One could do a version-check like done with libmwaw etc, too, but
    didn't follow that route)
    
    Change-Id: Id70871104b5c12462db12f14b637c6884a98954c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127144
    Tested-by: Jenkins
    Reviewed-by: Kohei Yoshida <ko...@libreoffice.org>

diff --git a/configure.ac b/configure.ac
index bd22499cb75b..1ba896d7defb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10678,7 +10678,7 @@ AC_SUBST(DEFAULT_CRASHDUMP_VALUE)
 dnl ===================================================================
 dnl Orcus
 dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.0])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.17 >= 0.17.2])
 if test "$with_system_orcus" != "yes"; then
     if test "$SYSTEM_BOOST" = "TRUE"; then
         dnl Link with Boost.System

Reply via email to