From: Carlo Landmeter Date: Tue, 4 Dec 2012 23:43:21 +0000 (+0100) Subject: Remove rpcgen check as it is not needed anymore X-Git-Tag: upstream/1.9.6^2~236^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=12106f49081f61243c1b8dc74d2b716c14105f0b Remove rpcgen check as it is not needed anymore --- diff --git a/configure.ac b/configure.ac index 8cb254e..a06405c 100644 --- a/configure.ac +++ b/configure.ac @@ -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],