[cairo-commit] configure.in

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Nov 28 16:42:22 PST 2006


 configure.in |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

New commits:
diff-tree facffb7ea3e03d131a79486b80d4efc58c303b87 (from 72a4a9834626ddd05c57c6b3f59e936969f0eee9)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Nov 28 19:41:52 2006 -0500

    [configure] Remove the pkg-config minimum version requirement
    
    It was added in commit 157663e1fdf120a71c6cc8222b88d2915a5a73eb because there
    was a serious bug in the pkg.m4 file from pkg-config 0.18.  However, it was
    fixed two days later.  So, instead of requireing 0.18.1 or greater which is
    not available on Nokia 770 SDK, we just ignore the broken pkg-config 0.18.
    The problem only happens if one runs autogen.sh with against a broken
    pkg-config.  Configuring tarballs is not affected.

diff --git a/configure.in b/configure.in
index a825b98..ea1de98 100644
--- a/configure.in
+++ b/configure.in
@@ -90,8 +90,7 @@ AC_CHECK_LIB(z, compress,
 
 dnl ===========================================================================
 
-PKGCONFIG_REQUIRED=0.19
-PKG_PROG_PKG_CONFIG($PKGCONFIG_REQUIRED)
+PKG_PROG_PKG_CONFIG()
 if test "x$PKG_CONFIG" = x; then
 	AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (http://pkgconfig.freedesktop.org/)])
 fi


More information about the cairo-commit mailing list