configure.ac: add missing call to PKG_PROG_PKG_CONFIG
commitcc9d06919238465a0a87ee883fbbfa530389606d
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 25 Jan 2013 14:07:46 +0000 (25 15:07 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 7 Feb 2013 08:24:05 +0000 (7 09:24 +0100)
treecfde95f3287079f95021ae0e85d3c567e4e936e1
parent3def4cfe7d99d65b5ace7bbf172c329f8dbce613
configure.ac: add missing call to PKG_PROG_PKG_CONFIG

Without the call to PKG_PROG_PKG_CONFIG, the calls to PKG_CHECK_MODULES
do not work properly.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac