OSDN Git Service

configure: Explicitly check for pkg-config at the top level
authorAdam Jackson <ajax@redhat.com>
Thu, 23 Mar 2017 16:07:03 +0000 (12:07 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 23 Mar 2017 16:07:03 +0000 (12:07 -0400)
If you don't, then the first place the m4 expands is:

    if test "x$INTEL" != "xno"; then
    PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
    fi

So on non-Intel architectures we never find it in the path, and all
subsequent PKG_CHECK_MODULESes fail. Boo autoconf.

Signed-off-by: Adam Jackson <ajax@redhat.com>
configure.ac

index 8e59332..2e50d3e 100644 (file)
@@ -28,6 +28,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
+PKG_PROG_PKG_CONFIG
 
 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC
 m4_ifndef([XORG_MACROS_VERSION],