configure.ac: add explicit PKG_PROG_PKG_CONFIG
authorRan Benita <ran234@gmail.com>
Fri, 26 Oct 2012 12:23:07 +0000 (14:23 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 26 Oct 2012 12:25:17 +0000 (14:25 +0200)
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 <ran234@gmail.com>
configure.ac

index eda593c..46ef469 100644 (file)
@@ -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)