Fix make check when augparse is missing

This commit is contained in:
Daniel P. Berrange 2008-09-04 13:17:47 +00:00
parent c37031ebf3
commit b9ed7914c2
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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