Fix the version check.
commit650e2dfc7fc357e8bcd22839714c2dc8e9183bbe
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 20 Nov 2007 11:31:10 +0000 (20 12:31 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Tue, 20 Nov 2007 11:32:31 +0000 (20 12:32 +0100)
tree9c6faf3cb4f358c1a636a511f20ee05fff4b514e
parent4583c4c99b7cee71dc12ee3094eea7d4fbde4483
Fix the version check.

The version check was completely wrong (!) and would always succeed.
* build-aux/boost.m4 (BOOST_REQUIRE): Properly compute the various
parts of the version (major, minor, sub-minor) from the
BOOST_VERSION macro defined in version.hpp.
Bug reported by Staffan Gimaker.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
build-aux/boost.m4