diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-22 21:20:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-24 16:51:44 -0400 |
commit | 878f46727d8bcf1f75d056d9270ef3e2fe0b9d88 (patch) | |
tree | 9b5098be80daf99f470d063d08730d5febf84cd1 /configure.ac | |
parent | 21a1bce4301d3d8de9702373c830d2e115223991 (diff) |
Update internal mdds to 0.9.0.
Change-Id: I2f299dd7244e7418959f82f94a56d8cc1749aaba
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 ba3a316d9e54..765a973b4c75 100644 --- a/configure.ac +++ b/configure.ac @@ -8186,7 +8186,7 @@ AC_SUBST(SYSTEM_BOOST) dnl =================================================================== dnl Check for system mdds dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.8.1]) +libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.9.0]) dnl =================================================================== dnl Determine which hash container mdds shall use |