mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Fix make check when augparse is missing
This commit is contained in:
parent
c37031ebf3
commit
b9ed7914c2
@ -1,3 +1,8 @@
|
||||
Thu Sep 4 14:16:20 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/Makefile.am: Fix make check when augparse is not
|
||||
available
|
||||
|
||||
Thu Sep 4 15:05:34 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/storage_backend_logical.c: fix a miscalculation of command line
|
||||
|
@ -183,7 +183,7 @@ libvirtd.init: libvirtd.init.in
|
||||
mv $@-t $@
|
||||
|
||||
check-local:
|
||||
test -x $(AUGPARSE) && $(AUGPARSE) -I $(srcdir) test_libvirtd.aug
|
||||
if [ -x $(AUGPARSE) ]; then $(AUGPARSE) -I $(srcdir) test_libvirtd.aug ; fi
|
||||
|
||||
else
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user