From: Chuck Lever Date: Mon, 16 Mar 2009 17:29:18 +0000 (-0400) Subject: nfs-utils: replace function-specific switches with HAVE_LIBTIRPC X-Git-Tag: nfs-utils-1-1-6-rc2~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d271666403a87e60bbdee85372b6dcf35c2975ed;hp=d271666403a87e60bbdee85372b6dcf35c2975ed;p=nfs-utils.git nfs-utils: replace function-specific switches with HAVE_LIBTIRPC 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 Signed-off-by: Steve Dickson ---