]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Avoid empty strings when --with-packager(-version) is not specified
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 15 Feb 2011 18:48:44 +0000 (19:48 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 15 Feb 2011 18:48:44 +0000 (19:48 +0100)
commit251ad3b28b2534f840549fc5837ca5f3c5993e30
tree73c6d1ff0f17810baa2ce8f702e3090af3869d72
parent3db08aeaef8125a4285eb96b848739a383d2d18e
Avoid empty strings when --with-packager(-version) is not specified

Make with_packager and with_packager_version default to "no". This way
--without-packager-version (as shorthand for --with-packager(-version)=no)
works correctly too.

Prior to this patch libvirt outputs a line like this when
--with-packager(-version) was not specified

# ./daemon/libvirtd
14:11:15.018: 31796: info : libvirt version: 0.8.8, package:  ()

Now the unspecified parts are correctly omitted.

Reported by Osier Yang.
configure.ac