diff options
author | infirit <[email protected]> | 2014-12-16 13:14:17 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-16 13:14:17 +0100 |
commit | a8d2707825c4b1d25f483f45c5665472dcaa9b5b (patch) | |
tree | ca7f665de6f6158e77e4014ceff9b4636f2fe0f9 /configure.ac | |
parent | 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d (diff) | |
download | mate-terminal-a8d2707825c4b1d25f483f45c5665472dcaa9b5b.tar.bz2 mate-terminal-a8d2707825c4b1d25f483f45c5665472dcaa9b5b.tar.xz |
Revert "Only stop use of g_type_init with Glib 2.36"
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d.
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 6fa775c..b6cdbf1 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ MATE_COMPILE_WARNINGS([maximum]) AM_GLIB_GNU_GETTEXT -GLIB_REQUIRED=2.32.0 +GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.25.12 VTE_REQUIRED=0.27.1 MATE_DESKTOP_REQUIRED=1.9.0 |