]> git.decadent.org.uk Git - nfs-utils.git/commit
We want to continue to support building nfs-utils on systems that do not
authorChuck Lever <chuck.lever@oracle.com>
Tue, 15 Jul 2008 17:20:01 +0000 (13:20 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 15 Jul 2008 17:20:01 +0000 (13:20 -0400)
commit20db952fc211b3444d83049f2d127da4f3ca6989
tree0a7775c45648f5fcf474360bf803829afa54cea9
parent8bca04ebcc345784bf2ef29f0781e66157d76558
We want to continue to support building nfs-utils on systems that do not
have IPv6-enabled RPC libraries and headers installed, so add a
./configure switch that allows distros to disable IPv6 functionality.

This patch introduces the nfs-utils autotools configuration to the library
and header dependencies that will be required in subsequent patches.
Later patches can then be reordered more easily if these new dependencies
are added in one heap.

For now, --enable-ipv6 defaults to "no", so this patch should not result in
any behavioral changes to the nfs-utils build process, by default.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac