diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2020-09-09 21:23:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2020-09-12 05:49:10 +0200 |
commit | 109ed8f775dddfede012d56d078abd70b45490c0 (patch) | |
tree | 7b911d8d644b418d3cdcec892701ab65e682d4c7 /configure.ac | |
parent | 0c31a0a5178b0ad1e10f55767ef98590f397a5e6 (diff) |
Upgrade liborcus to 0.16.0.
Change-Id: Iae29fb26417dfc161698a81bee84e81545969065
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102502
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e8d5eb662d9..06398bfa99a7 100644 --- a/configure.ac +++ b/configure.ac @@ -10126,7 +10126,7 @@ AC_SUBST(ENABLE_FUZZERS) dnl =================================================================== dnl Orcus dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.15 >= 0.15.0]) +libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.16 >= 0.16.0]) if test "$with_system_orcus" != "yes"; then if test "$SYSTEM_BOOST" = "TRUE"; then # =========================================================== |