K 10
svn:author
V 6
rakuco
K 8
svn:date
V 27
2011-09-17T02:49:28.000000Z
K 7
svn:log
V 545
Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.

LyX originally uses the AC_CHECK_LIB macro to check for boost, however
this macro always calls a C compiler, even to check for a C++ library
such as boost. This made the test program built for this check to
always fail to link when boost was compiled witha recent enough
compiler.

A fix was submitted upstream [1], and this patch needs to be applied
meanwhile.

[1] http://article.gmane.org/gmane.editors.lyx.devel/138405

Reported by:	avg
Approved by:	avilla (mentor)

END
