# # patch "ChangeLog" # from [b88da3de37b221d6d764a02d302f1774a9bc6a82] # to [2d02cfbe217ccc9cad2990dd7f31c99f5c960f87] # # patch "configure.ac" # from [2836b9fdec4cabf5cdd43b87bdaf6340d57df9c1] # to [ce5b7469178d73def3a12cfa89a794053f838f04] # ======================================================================== --- ChangeLog b88da3de37b221d6d764a02d302f1774a9bc6a82 +++ ChangeLog 2d02cfbe217ccc9cad2990dd7f31c99f5c960f87 @@ -1,3 +1,9 @@ +2005-08-13 Julio M. Merino Vidal + + * configure.ac: Add '-mt' as another possible suffix to detect the + Boost libraries. It's very common when these libraries are built + with tghe "native naming layout". + 2005-08-11 Nathaniel Smith * netsync.cc: Add a list of ideas for improvement that will break ======================================================================== --- configure.ac 2836b9fdec4cabf5cdd43b87bdaf6340d57df9c1 +++ configure.ac ce5b7469178d73def3a12cfa89a794053f838f04 @@ -128,7 +128,7 @@ # Now check for Boost libraries proper. found=no -suffixes=${BOOST_SUFFIX:-"none -gcc -mipspro -sunpro"} +suffixes=${BOOST_SUFFIX:-"none -gcc -mipspro -mt -sunpro"} for BOOST_SUFFIX in ${suffixes} do test "x${BOOST_SUFFIX}" = "xnone" && BOOST_SUFFIX=