[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:
Behdad Esfahbod 2006-11-28 19:41:52 -05:00
parent 72a4a98346
commit facffb7ea3

View file

@ -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