added boost_system lib.

This commit is contained in:
suter_a 2017-05-29 17:52:49 +02:00
parent 1729055385
commit c2e362d406

View File

@ -359,7 +359,7 @@ AC_ARG_WITH([boostinc],
)
AC_SUBST(BOOST_INCLUDE)
if test "${BOOST_FOUND}" != "1"; then
BOOST_LIBS=""
BOOST_LIBS="-lboost_system"
BOOST_CFLAGS="-I${BOOST_INCLUDE}"
fi
AC_SUBST(BOOST_LIBS)