User can defined alternate location for pkg-config. Once option in place, all instances of pkg-config must be converted.
Acked-by: Peter Hutterer <[email protected]> Reviewed-by: Dan Nicholson <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]> --- xorg-server.m4 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/xorg-server.m4 b/xorg-server.m4 index 2d16438..bdecf62 100644 --- a/xorg-server.m4 +++ b/xorg-server.m4 @@ -29,8 +29,9 @@ dnl # is defined, then add $1 to $REQUIRED_MODULES. AC_DEFUN([XORG_DRIVER_CHECK_EXT],[ + AC_REQUIRE([PKG_PROG_PKG_CONFIG]) SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`" + CFLAGS="$CFLAGS -I`$PKG_CONFIG --variable=sdkdir xorg-server`" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include "xorg-server.h" #if !defined $1 -- 1.6.0.4 Resending with approval tags to be applied on git master. _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
