On 17/05/14 01:47, NightStrike wrote:
This is an issue if you need to check for the existence of a library,
but only use it in a subset of all of your things being compiled.

Is this considered a bug in AC_SEARCH_LIBS, or is there a workaround
I'm missing?

Occasionally I've used the pattern

save_LIBS=$LIBS
AC_SEARCH_LIBS([...
LIBS=$save_LIBS

Cheers,
Peter

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to