autoconf
[Top][All Lists]
Advanced

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

AC_SEARCH_LIBS without LIBS


From: NightStrike
Subject: AC_SEARCH_LIBS without LIBS
Date: Fri, 16 May 2014 11:47:31 -0400

AC_SEARCH_LIBS replaced AC_CHECK_LIBS.  The latter had an
action-if-found path that did not unilaterally set $LIBS if you
provided a custom action.  The former always changes $LIBS, even in
the case of custom actions if found.

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?



reply via email to

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