From a851ef1ed94012d9f2b09bce797fe75930345c58 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 26 Oct 2012 14:23:07 +0200 Subject: configure.ac: add explicit PKG_PROG_PKG_CONFIG We still use pkg-config to get the xkb_base variable from xkeyboard-config, but we removed all of the other PKG_ macro calls. This still works now, because XORG_DEFAULT_OPTIONS runs it somehow. But we shouldn't rely on it. Signed-off-by: Ran Benita --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index eda593c..46ef469 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_C_TYPEOF # Check for programs AC_PROG_MKDIR_P +PKG_PROG_PKG_CONFIG AC_PROG_LEX AC_PROG_YACC AC_PATH_PROG([YACC_INST], $YACC) -- cgit v1.2.1