]> git.decadent.org.uk Git - nfs-utils.git/commit
nfs-utils: fix AC_CHECK_FUNC calls in configure.ac
authorChuck Lever <chuck.lever@oracle.com>
Fri, 3 Apr 2009 19:03:15 +0000 (15:03 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 3 Apr 2009 19:03:15 +0000 (15:03 -0400)
commitc56152202a3000c69b87f9cb90f40166f1f21275
tree68c9b392b2dfad011fa4bec270512dba542ce97a
parent3724317e223d46908aac2405bbd73ea2de4f36e5
nfs-utils: fix AC_CHECK_FUNC calls in configure.ac

AC_CHECK_FUNC and AC_CHECK_FUNCS take 3 args. Any ones beyond that are
ignored. In several places, we're passing the "action-if-not-found" in
as the 4th arg so it's being ignored.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/ipv6.m4
configure.ac