Avoided usage of forward incompatible test. (Fix for bug #16693.)
This commit is contained in:
parent
0876995096
commit
c096793f08
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ AC_DEFUN([BOOST_GRAPH],
|
|||
AC_DEFUN([BOOST_IOSTREAMS],
|
||||
[BOOST_FIND_LIB([iostreams], [$1],
|
||||
[boost/iostreams/device/file_descriptor.hpp],
|
||||
[boost::iostreams::file_descriptor fd(0); fd.close();])
|
||||
[boost::iostreams::file_descriptor fd; fd.close();])
|
||||
])# BOOST_IOSTREAMS
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue