[Libreoffice-commits] core.git: configure.ac

Kohei Yoshida kohei.yoshida at gmail.com
Sat Nov 18 15:13:05 UTC 2017


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

New commits:
commit 5c5fd9b86c8177403ab73c77fbb047a9ccad19f1
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Sat Nov 18 07:46:02 2017 -0500

    We now require orcus-0.13 to build.
    
    Change-Id: Ieea3eda0c3f073caf5a957e55567c84bd7261ed2
    Reviewed-on: https://gerrit.libreoffice.org/44908
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Kohei Yoshida <libreoffice at kohei.us>

diff --git a/configure.ac b/configure.ac
index 7c594aa88719..1dabb24a252c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8970,7 +8970,7 @@ AC_SUBST(ENABLE_FUZZERS)
 dnl ===================================================================
 dnl Orcus
 dnl ===================================================================
-libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.12 >= 0.12.0])
+libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.13 >= 0.13.0])
 if test "$with_system_orcus" != "yes"; then
     if test "$SYSTEM_BOOST" = "TRUE"; then
         # ===========================================================


More information about the Libreoffice-commits mailing list