Remove rpcgen check as it is not needed anymore

libnfs-4.0.0-vitalif
Carlo Landmeter 2012-12-05 00:43:21 +01:00
parent 8afcdc959f
commit 12106f4908
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ fi
# We always want 64 bit file offsets
CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
AC_CHECK_PROG([HAVE_RPCGEN], [rpcgen], [yes], [no])
if test x$HAVE_RPCGEN != xyes; then
AC_MSG_ERROR([Can not find required program])
fi
#option: examples
AC_ARG_ENABLE([examples],
[AC_HELP_STRING([--enable-examples],