summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-14 14:18:02 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-11-14 14:18:02 +0100
commit160bf0730eccf727d59b6ad41417631c48844915 (patch)
treeb9e3758a68be7bb3b3f13eb7a6faa5c21a3146ba /configure.ac
parentdfbb827940bcf2e8b1ffcea48db10050c0d80e9e (diff)
Adapt to API change in librevenge
Change-Id: I5a705cc554d6bedbbf93cd1bf798461dc50f376a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 673af7c..7fa0150 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,11 +104,7 @@ AC_SUBST(ZLIB_LIBS)
AC_CHECK_HEADERS(
boost/algorithm/string.hpp \
- boost/archive/iterators/binary_from_base64.hpp \
- boost/archive/iterators/remove_whitespace.hpp \
- boost/archive/iterators/transform_width.hpp \
boost/optional.hpp \
- boost/range/iterator_range.hpp \
boost/spirit/include/classic.hpp,
[],
[AC_MSG_ERROR(Required boost headers not found. install boost >= 1.36)],