From: Jeff Layton Date: Fri, 23 Dec 2011 19:41:11 +0000 (-0500) Subject: autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS X-Git-Tag: nfs-utils-1-2-6-rc5~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=inline;h=17e77da99f103191da3e1e7d0b43838a04c5ac3b;hp=17e77da99f103191da3e1e7d0b43838a04c5ac3b;p=nfs-utils.git autoconf: don't let libnfsidmap test add -lnfsidmap to $LIBS ...as that makes that library get linked into every binary. Also, replace "hardcoded" -lnfsidmap linker flag in Makefiles with a AC_SUBST variable. This fixes a regression introduced in commit d7c64dd. Signed-off-by: Jeff Layton ---