Add option --disable-boost to support build without boost
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 27 Sep 2010 06:09:07 +0000 (14:09 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 27 Sep 2010 06:09:07 +0000 (14:09 +0800)
commita0b31c7a250cfa7af1b52056a1d1ada81b22a455
tree8da3ce94a625c249e3e4b1ab81afcee7f4900236
parent27c2f7ea0ef69094db2dfc009bb661276fc90227
Add option --disable-boost to support build without boost

When build without boost, ibus-pinyin will use smart pointer
from c++0x and use the signal templates embedded instead of
boost::signals2.

BUG=chromium-os:5055
TEST=manual

Review URL: http://codereview.appspot.com/2205044
17 files changed:
configure.ac
src/Makefile.am
src/PYBopomofoEngine.cc
src/PYConfig.cc
src/PYConfig.h
src/PYDatabase.cc
src/PYDatabase.h
src/PYEditor.h
src/PYEngine.cc
src/PYExtEditor.cc
src/PYPhraseEditor.h
src/PYPinyinEngine.cc
src/PYPunctEditor.cc
src/PYPunctEditor.h
src/PYSignal.h
src/PYSpecialPhraseTable.h
src/PYUtil.h