mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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
This commit is contained in:
committed by
Matthias Clasen
parent
263a48aaec
commit
e243169979
@@ -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=""
|
||||
|
||||
|
Reference in New Issue
Block a user