diff options
author | Max Kellermann <max@duempel.org> | 2013-01-29 18:33:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-29 18:33:37 +0100 |
commit | 20f85745e7741141953cd9a6715db0d472f567d1 (patch) | |
tree | 28f2e577d1113f3cdd2665edcc93ab24eadefa27 /configure.ac | |
parent | feb8d5b82f3e7c67806d5efbef1e0b86170ec6dd (diff) |
require GLib 2.24
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ca445880d..192469801 100644 --- a/configure.ac +++ b/configure.ac @@ -472,8 +472,8 @@ AC_ARG_WITH(tremor-includes, dnl --------------------------------------------------------------------------- dnl Mandatory Libraries dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16 gthread-2.0],, - [AC_MSG_ERROR([GLib 2.16 is required])]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24 gthread-2.0],, + [AC_MSG_ERROR([GLib 2.24 is required])]) if test x$GCC = xyes; then # suppress warnings in the GLib headers |