summaryrefslogtreecommitdiffstats
path: root/m4/boost.m4
Commit message (Collapse)AuthorAgeFilesLines
* fix broken boost with latest GCC versions - get up to date boost.m4Graham Ramsey2018-06-271-145/+681
| | | | | | | | the version of boost.m4 used in the project is out of date - it does not work with latest GCC this means the ./configure step falls over when 'boost' is selected. this file is unmodified from latest upstream source https://github.com/tsuna/boost.m4/commits/master/build-aux/boost.m4
* Tiny modification to m4/boost.m4.Yusuke Sato2010-08-231-1/+1
| | | | | | | | | Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy. BUG=none TEST=ran emerge-x86-generic -a ibus-pinyin. Review URL: http://codereview.chromium.org/2045008
* Use boost::signals2 to replace sigc++, do not need sigc++ library inPeng Huang2010-04-171-0/+1038
runtime