diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 11:04:41 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-04 11:04:41 +0200 |
commit | 76b0d3cc3f6dd10f1f88a7e7b1d57a88ac531a08 (patch) | |
tree | 82fdd51649b377d62f14a89f536d886ae9ac9216 | |
parent | 08f4a05e33f8a3fa2fe0e326014dbaccc7c55be6 (diff) |
the right GLib macro is GLIB_VERSION_MAX_ALLOWED
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c6d732aa..3748b6705 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.30.0, gobject-2.0 >= 2.30.0, gio-2.0 >= 2.30.0]) AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations]) -AC_DEFINE([GLIB_VERSION_MAX_REQUIRED], [GLIB_VERSION_2_30], [Prevent post 2.30 APIs]) +AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_30], [Prevent post 2.30 APIs]) dnl Check for GIO-Unix PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0], |