Avoided usage of forward incompatible test. (Fix for bug #16693.)

This commit is contained in:
Guillaume Melquiond 2010-09-19 11:59:39 +00:00 committed by Ignacio R. Morelle
parent 0876995096
commit c096793f08

View file

@ -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