[Libreoffice-commits] libcdr.git: configure.ac

Fridrich Å trba fridrich.strba at bluewin.ch
Sat Apr 13 04:16:31 PDT 2013


 configure.ac |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 8d5113bde40c05b722a14d257ae633fb30efd960
Author: Fridrich Å trba <fridrich.strba at 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)],
 	[]


More information about the Libreoffice-commits mailing list