2010/8/13 Eric Blake <eblake(a)redhat.com>:
On 08/12/2010 05:24 PM, Matthias Bolte wrote:
> ---
> configure.ac | 31 +++++++++++++++++++------------
> 1 files changed, 19 insertions(+), 12 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index a762bae..764405c 100644
> --- a/configure.ac
> +++ b/configure.ac
> dnl
> +dnl check for XDR
> +dnl
> +
> +if test x"$with_remote" = x"yes" || test
x"$with_libvirtd" = x"yes"; then
> + dnl Where are the XDR functions?
ACK.
Thanks, pushed.
Matthias