summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-14 11:00:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-14 11:00:01 +0200
commit9272eb43252e8956df6eedd2c96c718b247bca94 (patch)
tree7f8174c022f8a59eeade1e670043ebb0fe4e5e16
parent4e601cf14ceef4f92edfce0b6258f1fc2b13a2e6 (diff)
G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+
-rw-r--r--configure.ac2
-rw-r--r--share/doc/readme.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 11a21991..81bcb0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ dnl *********************************************************************
 dnl ** GLIB *************************************************************
 dnl *********************************************************************
 
-AM_PATH_GLIB_2_0(2.14.0, glib=yes, glib=no)
+AM_PATH_GLIB_2_0(2.20.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 ec2a6d9f..4fdacfc0 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.14
- * GLib 2.14
+ * GLib 2.20
 
 HexChat is known to work on, at least: