mirror of
https://github.com/libvirt/libvirt.git
synced 2025-01-08 07:03:19 -06:00
configure: remove definition of HAVE_GLIBC_RPCGEN
Unused since commit fb1e8d9
in May 2011.
This commit is contained in:
parent
c5be15ef42
commit
b7c70a0ba0
@ -417,10 +417,6 @@ AC_CHECK_LIB([intl],[gettext],[])
|
|||||||
dnl Do we have rpcgen?
|
dnl Do we have rpcgen?
|
||||||
AC_PATH_PROGS([RPCGEN], [rpcgen portable-rpcgen], [no])
|
AC_PATH_PROGS([RPCGEN], [rpcgen portable-rpcgen], [no])
|
||||||
AM_CONDITIONAL([HAVE_RPCGEN], [test "x$ac_cv_path_RPCGEN" != "xno"])
|
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.
|
dnl Miscellaneous external programs.
|
||||||
AC_PATH_PROG([XMLLINT], [xmllint], [/usr/bin/xmllint])
|
AC_PATH_PROG([XMLLINT], [xmllint], [/usr/bin/xmllint])
|
||||||
|
Loading…
Reference in New Issue
Block a user