From Jeroen Roovers
authormartink <martink@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 May 2013 14:41:54 +0000 (14:41 +0000)
committermartink <martink@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 May 2013 14:41:54 +0000 (14:41 +0000)
commit7f8eada92cf7943cdd33473deb223e2ba17bc6ec
tree4f7f10eca8467aff8ad223b7bdfd31e79f19eae5
parent4d0b8e7274bf73d0af0fbc45199eebdd076bc8a8
From Jeroen Roovers

call PKG_PROG_PKG_CONFIG explicitly in configure.ac

AC_REQUIRE(PKG_PROG_PKG_CONFIG) may be expanded only under an if
statement that's not true and thus PKG_PROG_PKG_CONFIG will never be
called.

./configure --without-gnutls --with-libnl demonstrates the problem

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8634

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@49215 f5534014-38df-0310-8fa8-9805f1628bb7
configure.ac