configure.ac: Hack probed Wireshark plugin dir in case of corruption.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 10 Jul 2017 09:32:23 +0000 (10:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 10 Jul 2017 09:32:23 +0000 (10:32 +0100)
commit77781be832eea78e2942b3a9422e0f3b438045ac
tree489ec0e49687bd851c4f64acc1a2356f69727c63
parent7b00539c4c7fcded1c26e675a2aaa7c7bd659161
configure.ac: Hack probed Wireshark plugin dir in case of corruption.

Somehow the Debian package (at least) of Wireshark ships with a
`pkg-config' dropping which contains a broken `libdir' -- and, hence,
`plugindir'.  This has happened before, and it's therefore not unlikely
to happen again.  Defend ourselves against this mess by spotting the
bungled value (which is distinctively and obviously wrong) and fixing
it.
configure.ac