diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 05:55:14 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-12 05:55:14 +0200 |
commit | de819e12bf65fea45d0173e499026f3f5baba620 (patch) | |
tree | f1a2f3481c0a0de7f2effbe1dfb295a8eee81197 /configure.ac | |
parent | 198dc9eb43e6d0e5c1bb44849ce671ebf18cafcd (diff) |
g_slist_copy_deep() requires GLib 2.34
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 56a7abe1..2fc226b8 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,7 @@ dnl ********************************************************************* dnl ** GLIB ************************************************************* dnl ********************************************************************* -AM_PATH_GLIB_2_0(2.28.0, glib=yes, glib=no) +AM_PATH_GLIB_2_0(2.34.0, glib=yes, glib=no) if test "$glib" = no; then AC_MSG_ERROR(Cannot find GLib!) fi |