I need to include a library during compile and link, but omit it during configure because its breaking one of the configure tests. Is it possible to include a library for compile and link, but omit it during configure? (In the past I could side step this issue by running configure, and then adding LDLIBS=<...> to the makefile by hand. But this project is not honoring LDLIBS from the makefile). Thanks in advance. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf