diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-14 14:18:02 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-14 14:18:02 +0100 |
commit | 160bf0730eccf727d59b6ad41417631c48844915 (patch) | |
tree | b9e3758a68be7bb3b3f13eb7a6faa5c21a3146ba /configure.ac | |
parent | dfbb827940bcf2e8b1ffcea48db10050c0d80e9e (diff) |
Adapt to API change in librevenge
Change-Id: I5a705cc554d6bedbbf93cd1bf798461dc50f376a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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)], |