diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-12 09:43:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-12 09:58:53 -0500 |
commit | 07e2c31831ad265b018e5fdf59bdde048fbb4d35 (patch) | |
tree | 85b503f05a40b96fa36eb09778efe3aab01777cf /configure.ac | |
parent | 9cbc25dd6e31fc5fd2a25067fe924626451f9376 (diff) |
fdo#74824: Update mdds to 0.10.2 which fixes one crasher bug.
Change-Id: If05c7573530c892dc063dfb7accec1c24a322ddd
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 e21d49ea65b2..87b0d4e7a2ba 100644 --- a/configure.ac +++ b/configure.ac @@ -8777,7 +8777,7 @@ AC_SUBST(SYSTEM_BOOST) dnl =================================================================== dnl Check for system mdds dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.10.1]) +libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.10.2]) dnl =================================================================== dnl Determine which hash container mdds shall use |