diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-08 10:50:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-08 10:55:54 -0500 |
commit | 12890dd7adfc70bc562bb2760084515cc1269a38 (patch) | |
tree | 6d2640a42da9c78994e8bc3aa06243c64fb9626a /configure.ac | |
parent | 8389519a23470b104b28ad497eb61a66ba92b81e (diff) |
Update mdds to 0.10.1, set it as the required baseline.
This update will obsolete two patches that were previously applied.
Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb
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 67efccebb07e..fcf8fd1f684b 100644 --- a/configure.ac +++ b/configure.ac @@ -8760,7 +8760,7 @@ AC_SUBST(SYSTEM_BOOST) dnl =================================================================== dnl Check for system mdds dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.9.1]) +libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.10.1]) dnl =================================================================== dnl Determine which hash container mdds shall use |