On Sat, 2003-03-08 at 21:51, Bob Lockie wrote: > I do the following and it works (xmms is a C library with documentation). > AC_CHECK_LIB( xmms, xmms_remote_get_version, , enable_xmms=no ) > > > The problem is I want to see if libnoatun is present. > There is some documentation on classes and such but I don't know > how to call AC_CHECK_LIB if I only know the classes and methods. > > My guess of: > AC_CHECK_LIB( noatun, NoatunApp::preferences, , enable_noatun=no ) > doesn't work. > The API documentation is at: http://noatun.kde.org/doc/api-2.0 > Hopefully someone understands what I'm trying to do and can help.
I believe you need to use AC_TRY_LINK for C++ libraries. -- Braden McDaniel e-mail: <[EMAIL PROTECTED]> <http://endoframe.com> Jabber: <[EMAIL PROTECTED]>