diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2018-08-27 11:06:17 -0400 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2018-09-01 01:34:10 +0200 |
commit | 1d0727a104d76210814f41c1169df318e40c9d80 (patch) | |
tree | 71ab897459c4f20df93c4ba8cb8032b08339a4d8 /configure.ac | |
parent | d7c16324b58c08ca6fdd231b145b77f999800d28 (diff) |
Update orcus to 0.14.0.
And make all necessary adjustments for the new version of orcus.
Change-Id: I0dc207162a3ddfaad6da198a3d13b65f530757d5
Reviewed-on: https://gerrit.libreoffice.org/59884
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
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 3c9e5dc5e908..a60a3e72689f 100644 --- a/configure.ac +++ b/configure.ac @@ -9196,7 +9196,7 @@ AC_SUBST(ENABLE_FUZZERS) dnl =================================================================== dnl Orcus dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.13 >= 0.13.3]) +libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.14 >= 0.14.0]) if test "$with_system_orcus" != "yes"; then if test "$SYSTEM_BOOST" = "TRUE"; then # =========================================================== |