diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 06:16:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 06:16:26 +0200 |
commit | 9327a5c71f8aeb12f61060d3d2543f4cee001c40 (patch) | |
tree | 7534a0e0fb4c0a76465867cd857521f96fdadd50 /configure.ac | |
parent | 171dbcdedf0712c3822bf619ea2fc4f329c0aef3 (diff) |
Reduce GLib requirement
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 2fc226b8..56a7abe1 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,7 @@ dnl ********************************************************************* dnl ** GLIB ************************************************************* dnl ********************************************************************* -AM_PATH_GLIB_2_0(2.34.0, glib=yes, glib=no) +AM_PATH_GLIB_2_0(2.28.0, glib=yes, glib=no) if test "$glib" = no; then AC_MSG_ERROR(Cannot find GLib!) fi |