]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
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)
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>

No differences found