Hi,

The AC_SEARCH_LIBS accepts an argument to link with additional libraries
given in that argument. Reading the code in autoconf/libs.m4 makes me
think, that only the library, that contains the function I'm looking
for, is added to LIBS if the test succeeeds. But even if
[other-libraries] are given and necessary, they are not added. So I have
to manually add them to LIBS in [action-if-found]. Is that right?

Regards, Daniel



_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to