summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.ac3
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;