Unused since commit fb1e8d9 in May 2011.
---
configure.ac | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index ab5110b..5c48a02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -417,10 +417,6 @@ AC_CHECK_LIB([intl],[gettext],[])
dnl Do we have rpcgen?
AC_PATH_PROGS([RPCGEN], [rpcgen portable-rpcgen], [no])
AM_CONDITIONAL([HAVE_RPCGEN], [test "x$ac_cv_path_RPCGEN" != "xno"])
-dnl Is this GLIBC's buggy rpcgen?
-AM_CONDITIONAL([HAVE_GLIBC_RPCGEN],
- [test "x$ac_cv_path_RPCGEN" != "xno" &&
- $ac_cv_path_RPCGEN -t </dev/null >/dev/null 2>&1])
dnl Miscellaneous external programs.
AC_PATH_PROG([XMLLINT], [xmllint], [/usr/bin/xmllint])
--
2.7.3