Add a "--enable-static-boost" argument to configure.
commitca852b4a03740b2b8aafd4855beba6722ea3dc74
authorSamuel Tardieu <sam@rfc1149.net>
Wed, 8 Oct 2008 10:44:28 +0000 (8 12:44 +0200)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 12 Jan 2009 13:52:42 +0000 (12 13:52 +0000)
tree8b6be270ed415be2f491ab962a88e8eb99f2dfa7
parent38a07acb9cf8cd56968dddc95f6bdd4a7b2a7660
Add a "--enable-static-boost" argument to configure.

It is a pain to have to distribute a boost library at the same
time as the Urbi kernel. This argument makes the static library
versions to be used over the dynamic ones.

The resulting executable + libraries will be smaller as only
the required parts will be embedded. For example, if
boost::thread is linked with but is not required, it will add
zero code to the executable, while the whole libboost-thread-mt.so
would have been required for the kernel to run.

This feature will be sent upstream for integration.
build-aux/boost.m4