From: Hector Martin Date: Fri, 26 Feb 2016 10:14:21 +0000 (+0900) Subject: configure.ac: boost_iostreams is required, not optional X-Git-Tag: v10.1.0~268^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2cf7c4a93245f906f8510399d95462ce19eb2945;p=ceph.git configure.ac: boost_iostreams is required, not optional Signed-off-by: Hector Martin --- diff --git a/configure.ac b/configure.ac index 62ef1b1f113a4..dd44739c6caa6 100644 --- a/configure.ac +++ b/configure.ac @@ -933,7 +933,7 @@ AC_CHECK_LIB(boost_system-mt, main, [], AC_CHECK_LIB(boost_iostreams-mt, main, [], [AC_CHECK_LIB(boost_iostreams, main, [], - AC_MSG_NOTICE(["Boost iostreams library not found."]))]) + AC_MSG_FAILURE(["Boost iostreams library not found."]))]) # Find the right boost_thread library. BOOST_THREAD_LIBS=""