diff options
author | Monsta <[email protected]> | 2015-01-13 16:39:30 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-14 07:54:41 +0100 |
commit | 3d8f9a04b94a0186ac17c040e232280fc494f925 (patch) | |
tree | 909f46a70388f839001574175ac57b499e46ba08 /configure.ac | |
parent | a4f1b1447f2f8cb00c368ec40f0dbc3285b2c764 (diff) | |
download | mate-sensors-applet-3d8f9a04b94a0186ac17c040e232280fc494f925.tar.bz2 mate-sensors-applet-3d8f9a04b94a0186ac17c040e232280fc494f925.tar.xz |
we don't need g_type_init (in GLib >= 2.36)
Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21
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 3818111..ee1089d 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_CHECK_HEADERS( dlfcn.h ) -GLIB_REQUIRED=2.26.0 +GLIB_REQUIRED=2.36.0 LIBPANEL_REQUIRED=1.1.0 LIBNOTIFY_REQUIRED=0.7.0 LIBCAIRO_REQUIRED=1.0.4 |