summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-06 14:29:41 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-06 14:29:41 +0200
commit0cde479e62ce80a8a619f2e11b77f7f64b970802 (patch)
tree63f9f88914fb1fb19eaac2a6290571ec0727760d /configure.ac
parent73a17a5730bfbfb738cf0fa4fe59ad4b478f9731 (diff)
Revert "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.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c560c1d..dd12566 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,7 @@ 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)],