Peter Johansson <[email protected]> writes:
> 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

Likewise.  I do this a lot.

-- 
Russ Allbery ([email protected])              <http://www.eyrie.org/~eagle/>

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

Reply via email to