On Mon, 2004-03-22 at 08:37, Remko Troncon wrote:
> Hi,
> 
> This looks like a really dumb question, but i can't find the answer in
> the manual. I'm trying to do a check on the existence of a C++ library.
> How should i do this ? I have tried AC_CHECK_LIB, but i wouldn't know
> what to fill in the 'function' parameter to check. Nothing seems to
> work.

IIRC, AC_CHECK_LIB chokes on the C++ scope operator. Use AC_TRY_LINK
instead.

-- 
Braden McDaniel                           e-mail: <[EMAIL PROTECTED]>
<http://endoframe.com>                    Jabber: <[EMAIL PROTECTED]>



Reply via email to