diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-01 14:18:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-05-01 14:22:33 +0100 |
commit | 92da2de2a91348121d85dad99d85e3657a9bf719 (patch) | |
tree | 1599cded8f9cc2173a02ffec13f86dd05c61114e | |
parent | 49920f93164ff3831e64ccfd30d7ecef2c417a99 (diff) |
Warn on use of post-2.30 GLib APIs again
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe10ab2..df9c964 100644 --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,7 @@ AC_HEADER_STDC([]) AC_C_INLINE AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_28, [Ignore post 2.28 deprecations]) -AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_36, [Prevent post 2.30 APIs]) +AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs]) PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0 ]) |