diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2017-10-30 18:17:10 -0400 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2017-10-31 13:05:08 +0100 |
commit | 33a3de2f0ce2b18d8149dc68c3de16541adfc530 (patch) | |
tree | c8face30769903a8603753422f9d340904224c2e /configure.ac | |
parent | 693d40fed862614e05fbad167f7f09005683d6da (diff) |
Up the required mdds package to 1.3.0 (latest).
Change-Id: Idce0a561c8fc163450504d1570a16cad2f0faf09
Reviewed-on: https://gerrit.libreoffice.org/44078
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 5535fa48bce5..76b32a0a0ca1 100644 --- a/configure.ac +++ b/configure.ac @@ -8654,7 +8654,7 @@ AC_SUBST(SYSTEM_BOOST) dnl =================================================================== dnl Check for system mdds dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.2.3], ["-I${WORKDIR}/UnpackedTarball/mdds/include"]) +libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.3.0], ["-I${WORKDIR}/UnpackedTarball/mdds/include"]) dnl =================================================================== dnl Check for system glm |