]> xenbits.xensource.com Git - libvirt.git/commitdiff
configure: remove definition of HAVE_GLIBC_RPCGEN
authorJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 10:02:17 +0000 (12:02 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 13:35:46 +0000 (15:35 +0200)
Unused since commit fb1e8d9 in May 2011.

configure.ac

index ab5110bf5a2f4a95d663152ccbfdfd46c46619b1..5c48a028f5ff8f0a32fbc59778bc9217ae0dc702 100644 (file)
@@ -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])