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.
--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.