autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_SEARCH_LIBS without LIBS


From: Peter Johansson
Subject: Re: AC_SEARCH_LIBS without LIBS
Date: Sat, 17 May 2014 02:33:09 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]