commit | db776dbecfc806b9766ed39af8c91b3a99d975d2 | [log] [tgz] |
---|---|---|
author | Quentin Glidic <sardemff7+git@sardemff7.net> | Thu Jun 23 21:00:31 2016 +0200 |
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | Mon Jan 16 16:22:13 2017 +0100 |
tree | 51ba795c431fc328610e7a710389394eef76d6a0 | |
parent | 46ffea638de6f099744f20f2485c6b5977422ef4 [diff] |
editor: Drop g_type_init() call HAVE_PANGO is not in any AC_DEFINE(), so the check is just wrong. g_type_init() was never called, which is fine since GLib 2.36 anyway. It is better not to have a wrong usage of HAVE_PANGO here. Just check for GLib 2.36 in configure.ac instead. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> Reviewed-by: Daniel Stone <daniels@collabora.com>