configure.ac | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 180b1e1e18d6cc2b2ab35979ea53982ee0b58396 Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Sun May 12 13:32:23 2013 +0200
configure.ac: check for newly needed mdds header Change-Id: Id7dcf5b6c2946b2445dfd4eacf5b78f84607491a diff --git a/configure.ac b/configure.ac index aa65cda..8ba6974 100644 --- a/configure.ac +++ b/configure.ac @@ -8092,6 +8092,8 @@ if test "$with_system_mdds" = "yes"; then [AC_MSG_ERROR(mdds/multi_type_vector.hpp not found. Install mdds >= 0.8.0)], []) AC_CHECK_TYPE(mdds::multi_type_vector<int>::iterator, [], [AC_MSG_ERROR(mdds/multi_type_matrix.hpp does not define multi_type_vector::iterator. Install mdds >= 0.8.0)], [#include <mdds/multi_type_vector.hpp>]) + AC_CHECK_HEADER(mdds/multi_type_vector_custom_func1.hpp, [], + [AC_MSG_ERROR(mdds/multi_type_vector_custom_func1.hpp not found. Install mdds >= 0.8.0)], []) CPPFLAGS="$save_CPPFLAGS" AC_LANG_POP([C++]) else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits