Makefile: Improve test for boost system library.

This commit is contained in:
Gary Lowell 2012-10-08 22:56:05 -07:00
parent 7ea734c472
commit 071fdc217a
2 changed files with 3 additions and 2 deletions

View File

@ -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