[Libreoffice-commits] .: configure.in
René Engelhard
rene at kemper.freedesktop.org
Tue Dec 21 06:41:44 PST 2010
configure.in | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 35140c31fac59846406b4b906d3a7491d07c0ccd
Author: Rene Engelhard <rene at debian.org>
Date: Tue Dec 21 15:40:45 2010 +0100
check for mdds/mixed_type_matrix.hpp
diff --git a/configure.in b/configure.in
index 8585616..b8a8d84 100755
--- a/configure.in
+++ b/configure.in
@@ -4792,6 +4792,8 @@ if test -n "$with_system_mdds" -o -n "$with_system_headers" && \
AC_LANG_PUSH([C++])
AC_CHECK_HEADER(mdds/flat_segment_tree.hpp, [],
[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++])
else
AC_MSG_RESULT([internal])
More information about the Libreoffice-commits
mailing list