mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
wireshark: Introduce $ws_modversion
Use a separate variable instead of setting it inline for slightly cleaner code.
This commit is contained in:
parent
0701abcb3b
commit
182517013e
@ -29,10 +29,11 @@ AC_DEFUN([LIBVIRT_CHECK_WIRESHARK],[
|
||||
if test "x$with_wireshark_dissector" != "xno" ; then
|
||||
if test "x$with_ws_plugindir" = "xcheck" ; then
|
||||
plugindir="$($PKG_CONFIG --variable plugindir wireshark)"
|
||||
ws_modversion="$($PKG_CONFIG --modversion wireshark)"
|
||||
if test "x$plugindir" = "x" ; then
|
||||
dnl On some systems the plugindir variable may not be stored within pkg config.
|
||||
dnl Fall back to older style of constructing the plugin dir path.
|
||||
plugindir="$libdir/wireshark/plugins/$($PKG_CONFIG --modversion wireshark)"
|
||||
plugindir="$libdir/wireshark/plugins/$ws_modversion"
|
||||
else
|
||||
ws_prefix="$($PKG_CONFIG --variable prefix wireshark)"
|
||||
if test "x$ws_prefix" = "x" ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user