Hi Chris,

Can you improve the ./configure script to search the good library name
of libboost...

Indeed, the name is :
- libboost_serialization
or
- libboost_serialization-mt

With this macro : 
AC_CHECK_LIB ([boost_serialization-mt], ..., [action-if-found],
        [action-if-not-found], [boost_serialization])

Regards,

-- 
Nicolas


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to