Ralf Wildenhues <[email protected]> writes:

> * Ben Pfaff wrote on Mon, Oct 05, 2009 at 06:20:47PM CEST:
>> To try to head off the problem, I'm thinking about putting
>> something like this after each command that adds to LIBS:
>>     AC_RUN_IFELSE([AC_LANG_PROGRAM([], [])], 
>>                   [:],
>>                   [AC_MSG_FAILURE([Cannot run program linked against 
>> $LIBS.])],
>>                   [:])
>
> One possibility is to use the gnulib havelib module.

Thank you for pointing that out.  I had never looked at the
havelib module before.  It might fix the problem too.
-- 
"doe not call up Any that you can not put downe."
--H. P. Lovecraft



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

Reply via email to