diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-02 16:55:55 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-02 16:55:55 +0200 |
commit | 6fe924aae90c7aed8a3ad6e172a90a341f7a82ca (patch) | |
tree | ba829c64fb1176cb87137cad15d154c5294b748f /configure.ac | |
parent | a55e97f84fdd51632f1fb29fbc438d1baa0c8e64 (diff) |
Some older versions of boost have a buggy remove_whitespace and original code was not removing either
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dd12566..c560c1d 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,6 @@ AC_CHECK_HEADERS( boost/optional.hpp \ boost/spirit/include/classic.hpp \ boost/archive/iterators/binary_from_base64.hpp \ - boost/archive/iterators/remove_whitespace.hpp \ boost/archive/iterators/transform_width.hpp, [], [AC_MSG_ERROR(Required boost headers not found. install boost >= 1.36)], |