http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49215
User: martink
Date: 2013/05/09 07:41 AM
Log:
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
Directory: /trunk/
Changes Path Action
+10 -0 configure.ac Modified