summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-12 15:45:19 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-12 15:48:23 -0400
commit4613d78e6aceabafbc4dd066c7c0a55d728b6763 (patch)
tree25069f9bf33dc623dd7d3a7647d2404deb8c8440 /configure.ac
parenttranslation and cleanup of comments in sd/source/ui/func/ (diff)
downloadcore-4613d78e6aceabafbc4dd066c7c0a55d728b6763.tar.gz
core-4613d78e6aceabafbc4dd066c7c0a55d728b6763.zip
Updated mdds to 0.7.0.
Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a017909c145c..b2021729efba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7920,7 +7920,7 @@ if test "$with_system_mdds" = "yes"; then
AC_CHECK_HEADER(mdds/flat_segment_tree.hpp, [],
[AC_MSG_ERROR(mdds/flat_segment_tree.hpp not found. install mdds)], [])
AC_CHECK_HEADER(mdds/multi_type_matrix.hpp, [],
- [AC_MSG_ERROR(mdds/multi_type_matrix.hpp not found. install mdds >= 0.6.0)], [])
+ [AC_MSG_ERROR(mdds/multi_type_matrix.hpp not found. install mdds >= 0.7.0)], [])
CPPFLAGS="$save_CPPFLAGS"
AC_LANG_POP([C++])
else