Merge pull request #31 from clandmeter/master

Remove rpcgen check
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2012-12-04 18:43:52 -08:00
commit 30b0750702
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],