>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> 1/ the LString.h hack is bad, I have to see if I can get
Jean-Marc> rid of it (is it an optimization or something really
Jean-Marc> needed). There will be a cost for removing it, though.
Unfortunately, I cannot get rid of it :(
Here is another idea: add something like
AC_CHECK_HEADER(limits,,[
AC_DEFINE(BOOST_NO_LIMITS,1,
[Prevent boost from trying to load the <limits> header])])
to configure.in/configure.ac
JMarc
