]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs-utils: replace function-specific switches with HAVE_LIBTIRPC
authorChuck Lever <chuck.lever@oracle.com>
Mon, 16 Mar 2009 17:29:18 +0000 (13:29 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 16 Mar 2009 17:29:18 +0000 (13:29 -0400)
Instead of switching in TI-RPC-specific logic with a function-specific
switch like HAVE_CLNT_VG_CREATE, let's use the more generic
HAVE_LIBTIRPC macro everywhere.

This simplifies ./configure (always a good thing), and makes it more
clear in the source code exactly what the extra conditionally compiled
code is for.

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

No differences found