mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
Report an error if no XDR library can be found
This commit is contained in:
parent
27c357bcfa
commit
188852c984
@ -116,7 +116,8 @@ dnl If portablexdr is installed, prefer that.
|
||||
dnl Otherwise try -lrpc (Cygwin) -lxdr (some MinGW), -lnsl (Solaris)
|
||||
dnl or none (most Unix)
|
||||
AC_CHECK_LIB([portablexdr],[xdrmem_create],[],[
|
||||
AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl])
|
||||
AC_SEARCH_LIBS([xdrmem_create],[rpc xdr nsl],[],
|
||||
[AC_MSG_ERROR([Cannot find a XDR library])])
|
||||
])
|
||||
|
||||
AC_CHECK_LIB([intl],[gettext],[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user