Skip to content

Commit

Permalink
Autotools: Fix boost test
Browse files Browse the repository at this point in the history
by applying 3b579a9
  • Loading branch information
sevu committed Dec 27, 2018
1 parent 908b817 commit 45075d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/boost.m4
Expand Up @@ -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


Expand Down

0 comments on commit 45075d2

Please sign in to comment.