/pidgin/main: 697c2cfa4123: Bump glib to 2.34.0 so we can use g_...
Gary Kramlich <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 697c2cfa4123391bb9607e1d71ced685f230d2e1 Author: Gary Kramlich <[email protected]> Date: 2015-12-18 18:25 -0600 Branch: use-gresolver URL: https://hg.pidgin.im/pidgin/main/rev/697c2cfa4123 Description: Bump glib to 2.34.0 so we can use g_resolver_lookup_records diffstat: configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (20 lines): diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -477,13 +477,13 @@ fi #enable_i18n AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") dnl ####################################################################### -dnl # Check for GLib 2.20 (required) +dnl # Check for GLib 2.34 (required) dnl ####################################################################### -PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28.0 gobject-2.0 gthread-2.0], , [ +PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.34.0 gobject-2.0 gthread-2.0], , [ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have GLib 2.20.0 or newer development headers installed to build. +You must have GLib 2.34.0 or newer development headers installed to build. If you have these installed already you may need to install pkg-config so I can find them. _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits