diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-11-18 07:46:02 -0500 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-11-18 16:12:41 +0100 |
commit | 5c5fd9b86c8177403ab73c77fbb047a9ccad19f1 (patch) | |
tree | 50d2474017e6f9d029254cda2feb0dcf79e95b16 /configure.ac | |
parent | ceb10d57ac8151e9e144358b0e37310ebb7898ca (diff) |
We now require orcus-0.13 to build.
Change-Id: Ieea3eda0c3f073caf5a957e55567c84bd7261ed2
Reviewed-on: https://gerrit.libreoffice.org/44908
Tested-by: Jenkins <ci@libreoffice.org>
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 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 # =========================================================== |