summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00bddd2c..c3b23dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,8 +56,8 @@ dnl Check for Boost headers. Place each one on a line by itself and
dnl write "dnl" at the end: the "dnl" deletes the newline, and without
dnl it you'll get an error when you run the configure script.
AC_CHECK_HEADERS( dnl
-boost/flyweight.hpp dnl
boost/flyweight/hashed_factory.hpp dnl
+boost/flyweight.hpp dnl
boost/functional/hash.hpp dnl
boost/optional.hpp dnl
boost/shared_ptr.hpp dnl