summaryrefslogtreecommitdiff
blob: 9d603b9186976e7a5a8ec8e83cca7a841b7beb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /configure.ac
+++ /configure.ac
@@ -171,6 +171,8 @@
 dnl For vcdimager and vcdxbuild to be able to set creation time of VCD
 AC_CHECK_FUNCS(getdate strptime, , )
 
+PKG_PROG_PKG_CONFIG
+
 if test "x$enable_cli_fe" = "xyes" -o "x$enable_xml_fe" = "xyes"; then
   PKG_CHECK_MODULES(LIBPOPT, popt, [], [enable_cli_fe=no; enable_xml_fe=no])
 fi