mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 09:40:19 +01:00
[configure] Remove the pkg-config minimum version requirement
It was added in commit 157663e1fd 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.
This commit is contained in:
parent
72a4a98346
commit
facffb7ea3
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue