0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

configure: boost_linkage should be shared when using system boost

This commit is contained in:
William Pitcock 2016-07-30 20:42:39 -05:00
parent f8e09c38dc
commit 95b4dff0c6

View file

@ -823,6 +823,7 @@ AC_HELP_STRING([--with-included-boost[[[=shared]]]], [Use the boost sources from
], [
AC_MSG_ERROR([Failed to find boost_system library. (try --with-included-boost)])
])
boost_linkage="shared"
AX_BOOST_ASIO
AX_BOOST_SYSTEM
])