repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afcdc9
)
Remove rpcgen check as it is not needed anymore
author
Carlo Landmeter
<clandmeter@gmail.com>
Tue, 4 Dec 2012 23:43:21 +0000
(
00:43
+0100)
committer
Carlo Landmeter
<clandmeter@gmail.com>
Tue, 4 Dec 2012 23:43:21 +0000
(
00:43
+0100)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 8cb254e795f9a800e6d5882ec7e87e8d6f83c9c8..a06405c8071134c94eb39c3f0bd19cd7bd3b550d 100644
(file)
--- 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],