From 42eda74f0dd09451ea0927b6f23183b9b5671638 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Sep 2008 18:59:00 +0200 Subject: [PATCH] There's no need to defined path to pkg-config in glib's template anymore. pkgfs.sh does this if build_style=gnu_configure. --HG-- extra : convert_revision : 77c700a9700dbd848b31b4b9d12af609c2310c7f --- templates/glib-2.18.1.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/glib-2.18.1.tmpl b/templates/glib-2.18.1.tmpl index 6a86a9143ba..7c49d5d9359 100755 --- a/templates/glib-2.18.1.tmpl +++ b/templates/glib-2.18.1.tmpl @@ -7,8 +7,7 @@ make_cmd="$PKGFS_MASTERDIR/bin/gmake" # Disable FAM for now and use the installed pcre package instead # of the supplied one. configure_args="--disable-fam --with-pcre=system" -configure_env="ac_cv_path_PKG_CONFIG=$PKGFS_MASTERDIR/bin/pkg-config -ac_cv_func_statfs=no" +configure_env="ac_cv_func_statfs=no" build_style=gnu_configure short_desc="The GNU library of C routines" maintainer="Juan RP "