pidgin/pidgin

Bump glib to 2.34.0 so we can use g_resolver_lookup_records
use-gresolver
2015-12-18, Gary Kramlich
697c2cfa4123
Parents 90bc54d0dc4f
Children 0b957b80c46a
Bump glib to 2.34.0 so we can use g_resolver_lookup_records
  • +3 -3
    configure.ac
  • --- a/configure.ac Thu Dec 17 20:07:35 2015 -0600
    +++ b/configure.ac Fri Dec 18 18:25:55 2015 -0600
    @@ -477,13 +477,13 @@
    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.