mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Makefile: Improve test for boost system library.
This commit is contained in:
parent
7ea734c472
commit
071fdc217a
@ -364,7 +364,8 @@ AC_CHECK_HEADER([boost/statechart/state.hpp], [],
|
||||
# If we have the boost system library installed, then we may want to link
|
||||
# with it.
|
||||
AC_CHECK_LIB(boost_system-mt, main, [],
|
||||
AC_MSG_NOTICE(["Boost system library not found."]))
|
||||
[AC_CHECK_LIB(boost_system, main, [],
|
||||
AC_MSG_NOTICE(["Boost system library not found."]))])
|
||||
|
||||
AC_LANG([C])
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f2d406b4213a22bfed3acfdb071fbec9ca9205cc
|
||||
Subproject commit be23f7880b64514de1c727b86f0ccefe5540519e
|
Loading…
Reference in New Issue
Block a user