On Fri, 22 Nov 2013, Jeffrey Walton wrote:
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).
You can put anything you like in the Makefile so of course what you
ask is quite possible (and trivial).
If you are using Automake, you should consult the Automake
documentation.
Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf