diff options
author | infirit <[email protected]> | 2014-07-01 14:23:44 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-01 15:06:50 +0200 |
commit | 88214725a380c8616dbd11c0106c1a14e950f2ce (patch) | |
tree | 503353a6b8da0f2d36c868a2922b0622f96a8d95 /configure.ac | |
parent | 17008f9f3f248364b8eb248934afd3bf0919894f (diff) | |
download | mate-utils-88214725a380c8616dbd11c0106c1a14e950f2ce.tar.bz2 mate-utils-88214725a380c8616dbd11c0106c1a14e950f2ce.tar.xz |
Drop support for Glib < 2.36
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e5c9c4b0..d16b1694 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_SUBST(SUN_OS) dnl pkg-config check -GLIB_REQUIRED=2.20.0 +GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.16.0 GIO_UNIX_REQUIRED=2.18.0 LIBMATE_PANEL_APPLET_REQUIRED=1.7.0 |