|
@@ -318,7 +318,7 @@ if test "${boost_include_path}" ; then
|
|
|
BOOST_INCLUDES="-I${boost_include_path}"
|
|
|
CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
|
|
|
fi
|
|
|
-AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp],,
|
|
|
+AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp],,
|
|
|
AC_MSG_ERROR([Missing required header files.]))
|
|
|
CPPFLAGS="$CPPFLAGS_SAVES"
|
|
|
AC_SUBST(BOOST_INCLUDES)
|