summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-05-14 22:13:31 -0700
committerDaniel Burrows <dburrows@debian.org>2010-05-14 22:13:31 -0700
commit5314ef824f22d4395f97d33e661c82f3c9a15570 (patch)
tree337474cba182620a940349ab813fb22fd467067c /configure.ac
parentddcadcdd2a8a88c3ad2971a4dab748ef06f74efe (diff)
downloadaptitude-5314ef824f22d4395f97d33e661c82f3c9a15570.tar.gz
Work around a bug in boost/lambda/construct.hpp.
It doesn't #include enough stuff, so trying to compile it fails.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dec292b7..4d87efaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,9 @@ boost/iostreams/seek.hpp dnl
boost/iostreams/stream.hpp dnl
boost/iostreams/write.hpp dnl
boost/lambda/bind.hpp dnl
-boost/lambda/construct.hpp dnl
+dnl Can't check this because of bugs in Boost, left here to fool my
+dnl sanity-check of the config file:
+dnl boost/lambda/construct.hpp dnl
boost/lambda/lambda.hpp dnl
boost/lexical_cast.hpp dnl
boost/make_shared.hpp dnl