autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CHECK_LIB on C++ library help?


From: Bob Lockie
Subject: AC_CHECK_LIB on C++ library help?
Date: Sat, 08 Mar 2003 21:51:27 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030305

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]