summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-11-08 05:48:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-11-08 05:48:35 +0000
commite24316997992859ea5e39f2f69f0b95fbe2b9c5f (patch)
treee1d669706472d3df573c948acdcdf5369f2adcfd /m4macros
parent263a48aaec3a1d59c0da2599a49787aec3b5b921 (diff)
Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to be
2007-11-08 Matthias Clasen <mclasen@redhat.com> * configure.in: * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to be consistent with the use of PKG_PROG_PKG_CONFIG which was introduced in 0.16. (#418778, Loïc Minier) svn path=/trunk/; revision=5820
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-2.0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/glib-2.0.m4 b/m4macros/glib-2.0.m4
index 2a5afd0c0..11df0b4f0 100644
--- a/m4macros/glib-2.0.m4
+++ b/m4macros/glib-2.0.m4
@@ -31,7 +31,7 @@ AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run
esac
done
- PKG_PROG_PKG_CONFIG([0.7])
+ PKG_PROG_PKG_CONFIG([0.16])
no_glib=""