Re: [libvirt] [PATCH 86/89] configure: move storage Sheepdog check to its own file

2016-12-21 Thread Jiri Denemark
On Fri, Dec 16, 2016 at 10:11:54 +0100, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > configure.ac| 32 +++--- > m4/virt-storage-sheepdog.m4 | 56 > + > 2 files changed, 59 insertions(+), 29 deletions(-)

[libvirt] [PATCH 86/89] configure: move storage Sheepdog check to its own file

2016-12-16 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- configure.ac| 32 +++--- m4/virt-storage-sheepdog.m4 | 56 + 2 files changed, 59 insertions(+), 29 deletions(-) create mode 100644 m4/virt-storage-sheepdog.m4 diff --git a/configure.a