]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Strip prefix correctly
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 11:52:08 +0000 (13:52 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 15:00:21 +0000 (17:00 +0200)
commitdebf2f0b8af4dadcada01d15242a2882576fe55e
tree450f01ad0e5b58282fbb858f28f81f8f09e4cbc2
parentc64a0a8e32a80a7cdf79ee626b17e67e4c6b0b95
wireshark: Strip prefix correctly

Even when we're building $plugindir ourselves because we can't
retrieve it using pkg-config, we still want to strip the prefix,
except in that case it would be the same prefix we're using for
building libvirt.

The fact that $plugindir is missing also doesn't tell us
anything about $ws_prefix, so we have to handle the two variables
separately.
m4/virt-wireshark.m4