Some changes to configure.ac:
authorMorgan Deters <mdeters@gmail.com>
Sun, 1 Jul 2012 00:04:49 +0000 (00:04 +0000)
committerMorgan Deters <mdeters@gmail.com>
Sun, 1 Jul 2012 00:04:49 +0000 (00:04 +0000)
commitc87d77f36db6632d1c36bd562de1fcce6217a941
treef963ffb37d1f8e57204053e60f016292618a93e8
parenta9cfaf5202541c437bdc113b07b4b589b17827c9
Some changes to configure.ac:

1. Includes BOOST_CPPFLAGS during compilation of all files, not just portfolio-relevant files.  This is necessary since we now have a general dependence on Boost (not just its threading stuff).  This resolves bug 357.

2. Support --disable-thread-support and --enable-thread-support, in an effort to get to the bottom of bug 361.

These changes shouldn't affect performance, though #1 will build the cvc4 libs with a couple of pthread definitions that conceivably could change the behavior of #included standard headers.  Let's keep an eye on tonight's regressions.
configure.ac