diff options
Diffstat (limited to 'tools/configure.ac')
-rw-r--r-- | tools/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac index 028727a8..c3a913e6 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -308,7 +308,8 @@ AC_CACHE_CHECK( AC_LANG_PUSH(C++) AC_LINK_IFELSE( [AC_LANG_PROGRAM( - [[#include <boost/iostreams/device/file_descriptor.hpp> + [[#define BOOST_IOSTREAMS_USE_DEPRECATED 1 + #include <boost/iostreams/device/file_descriptor.hpp> #include <boost/iostreams/stream.hpp> #include <boost/version.hpp>]], [[namespace io = boost::iostreams; |