# # # patch "ChangeLog" # from [990f26b6046d2e803a5776e61b90ba04454a8397] # to [70a93f32459f008e2055e300dd0a3b98793fdebc] # # patch "m4/boost.m4" # from [005410a3f9afe57b52fd5bfc18330155d400ac6f] # to [14d1c387899a325670200a45e5b24647499c1f07] # ============================================================ --- ChangeLog 990f26b6046d2e803a5776e61b90ba04454a8397 +++ ChangeLog 70a93f32459f008e2055e300dd0a3b98793fdebc @@ -1,3 +1,8 @@ +2007-01-14 Nathaniel Smith + + * m4/boost.m4: Check for another possible library suffix used on + some Cygwin builds (patch from Vaclav Haisman). + 2007-01-14 Derek Scherger * file_io.{cc,hh} (walk_tree_recursive): use entry instead of di ============================================================ --- m4/boost.m4 005410a3f9afe57b52fd5bfc18330155d400ac6f +++ m4/boost.m4 14d1c387899a325670200a45e5b24647499c1f07 @@ -57,9 +57,9 @@ AC_DEFUN([BOOST_SUFFIX_ARG], [AC_ARG_VAR([BOOST_SUFFIX], [Space-separated list of suffixes to try appending to the names of Boost libraries. "none" means no suffix. The default is: - "none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt-s"]) + "none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt -gcc-mt-s"]) if test x"$BOOST_SUFFIX" = x; then - BOOST_SUFFIX="none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt-s" + BOOST_SUFFIX="none -gcc -mipspro -mt -sunpro -sw -mgw -gcc-mt -gcc-mt-s" fi ])