]> git.decadent.org.uk Git - nfs-utils.git/commit
configure: Add new build option "--enable-tirpc"
authorChuck Lever <chuck.lever@oracle.com>
Wed, 7 Jan 2009 17:18:11 +0000 (12:18 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 7 Jan 2009 17:18:11 +0000 (12:18 -0500)
commitba05418f589c2d01f4e7e44c70d4844f43511927
tree2a0b9c9a6d0f36bae8f0a35cddcde6663ba665a1
parentaee8b1ab778f8e07b30305f10d4f9427023e314d
configure: Add new build option "--enable-tirpc"

Allow easier testing of nfs-utils in legacy environments by providing
a "configure" option to force the build not to use libtirpc, even if
it's present on the build system.  This can also be tried as a
fallback if problems are found with the new TI-RPC-based nfs-utils
code.

The new option is:

  --enable-tirpc          enable use of TI-RPC [default=no]

Build option matrix:

   --disable-tirpc   --disable-ipv6 Default; IPv4 only, glibc RPC
   --disable-tirpc   --enable-ipv6 'configure' will fail
   --enable-tirpc    --disable-ipv6 IPv4 only, TI-RPC
   --enable-tirpc    --enable-ipv6 IPv4 and IPv6, TI-RPC

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