]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use --with-systemd-daemon as configure option
authorEric Blake <eblake@redhat.com>
Tue, 25 Feb 2014 16:42:29 +0000 (09:42 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 12:59:22 +0000 (05:59 -0700)
commit25034b3c40fc7295511f80cad1d923b5f4efcb70
treedbe50a860abbfe36b3713d9acdf60a78db509e16
parent72f7658ba24491672e6b81118f892400916e9404
build: use --with-systemd-daemon as configure option

Commit 68954fb added a configure option --with-systemd_daemon,
which violates the conventions of configure files preferring
dash in all option names.  This fixes it, before we hit a
release where the tarball is baked with an awkward name.

* m4/virt-lib.m4 (LIBVIRT_CHECK_LIB, LIBVIRT_CHECK_LIB_ALT)
(LIBVIRT_CHECK_PKG): Favor - over _ in configure option names.

Signed-off-by: Eric Blake <eblake@redhat.com>
m4/virt-lib.m4