]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - aclocal/libtirpc.m4
configure: pull common nfsidmap and event checks into aclocal/
[nfs-utils.git] / aclocal / libtirpc.m4
index 67c40120cf35df1f46601b00d2e44c85b8837078..b1f366989315bfc8e55e320e780ef0d7e41e186a 100644 (file)
@@ -15,11 +15,6 @@ AC_DEFUN([AC_LIBTIRPC], [
     AC_CHECK_HEADERS([tirpc/netconfig.h], ,
                      [AC_MSG_ERROR([libtirpc headers not found.])])
 
-    dnl set up HAVE_FOO for various functions
-    AC_CHECK_FUNCS([getnetconfig \
-                    clnt_create clnt_create_timed \
-                    clnt_vc_create clnt_dg_create xdr_rpcb])
-
   fi
 
 ])dnl