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 | |
parent | 198dc9eb43e6d0e5c1bb44849ce671ebf18cafcd (diff) |
g_slist_copy_deep() requires GLib 2.34
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | share/doc/readme.md | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/share/doc/readme.md b/share/doc/readme.md index dc66e0ac..7f490ce0 100644 --- a/share/doc/readme.md +++ b/share/doc/readme.md @@ -22,7 +22,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems. ## Requirements: * GTK+ 2.24 - * GLib 2.28 + * GLib 2.34 HexChat is known to work on, at least: |