Kaydet (Commit) 84e95a7e authored tarafından Rene Engelhard's avatar Rene Engelhard

check for mdds/mixed_type_matrix.hpp

üst 52b977a4
...@@ -4792,6 +4792,8 @@ if test -n "$with_system_mdds" -o -n "$with_system_headers" && \ ...@@ -4792,6 +4792,8 @@ if test -n "$with_system_mdds" -o -n "$with_system_headers" && \
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])
AC_CHECK_HEADER(mdds/flat_segment_tree.hpp, [], AC_CHECK_HEADER(mdds/flat_segment_tree.hpp, [],
[AC_MSG_ERROR(mdds/flat_segment_tree.hpp not found. install mdds)], []) [AC_MSG_ERROR(mdds/flat_segment_tree.hpp not found. install mdds)], [])
AC_CHECK_HEADER(mdds/mixed_type_matrix.hpp, [],
[AC_MSG_ERROR(mdds/mixed_type_matrix.hpp not found. install mdds >= 0.4.0)], [])
AC_LANG_POP([C++]) AC_LANG_POP([C++])
else else
AC_MSG_RESULT([internal]) AC_MSG_RESULT([internal])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment