Re: [libvirt] [PATCH 16/28] Convert HAL check to use LIBVIRT_CHECK_PKG

2013-01-11 Thread Eric Blake
On 01/11/2013 04:05 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Signed-off-by: Daniel P. Berrange > --- > configure.ac | 47 ++- > m4/virt-hal.m4 | 26 ++ > 2 files changed, 28 insertions(+), 45 deletions(-

[libvirt] [PATCH 16/28] Convert HAL check to use LIBVIRT_CHECK_PKG

2013-01-11 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Signed-off-by: Daniel P. Berrange --- configure.ac | 47 ++- m4/virt-hal.m4 | 26 ++ 2 files changed, 28 insertions(+), 45 deletions(-) create mode 100644 m4/virt-hal.m4 diff --git a/configure.ac