summary refs log tree commit diff stats
path: root/configure.ac
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 /configure.ac
parent4e601cf14ceef4f92edfce0b6258f1fc2b13a2e6 (diff)
G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+
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 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