diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-12 15:45:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-12 15:48:23 -0400 |
commit | 4613d78e6aceabafbc4dd066c7c0a55d728b6763 (patch) | |
tree | 25069f9bf33dc623dd7d3a7647d2404deb8c8440 /configure.ac | |
parent | c4054a89e6805f5395df2dac879d2331cd5d0cf1 (diff) |
Updated mdds to 0.7.0.
Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83
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 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 |