summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c40875f6..dfbc9c68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,6 +547,8 @@ AC_SUBST([PROCFLAGS])
# Use tr1/unordered_map if available
AC_LANG_PUSH(C++)
AC_CHECK_HEADERS([tr1/unordered_map])
+AC_CHECK_HEADERS([tr1/memory])
+AC_CHECK_HEADERS([boost/shared_ptr.hpp])
AC_LANG_POP(C++)