summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-12 05:55:14 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-12 05:55:14 +0200
commitde819e12bf65fea45d0173e499026f3f5baba620 (patch)
treef1a2f3481c0a0de7f2effbe1dfb295a8eee81197 /configure.ac
parent198dc9eb43e6d0e5c1bb44849ce671ebf18cafcd (diff)
g_slist_copy_deep() requires GLib 2.34
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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