configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 8d5113bde40c05b722a14d257ae633fb30efd960 Author: Fridrich Å trba <fridrich.st...@bluewin.ch> Date: Sat Apr 13 13:16:03 2013 +0200 Check for more boost headers in prevision of spirit-based colour parser diff --git a/configure.ac b/configure.ac index 90e4bc1..892c265 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,11 @@ AC_SUBST(ICU_LIBS) # =========================== AC_CHECK_HEADERS( - [boost/property_tree/ptree.hpp boost/property_tree/json_parser.hpp], + boost/algorithm/string.hpp \ + boost/optional.hpp \ + boost/property_tree/ptree.hpp \ + boost/spirit/include/classic.hpp \ + boost/property_tree/json_parser.hpp, [], [AC_MSG_ERROR(Required boost headers not found. Install boost >= 1.41.0)], []
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits