summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-11 20:06:22 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-11 20:06:22 +0200
commitaf03fa3c7c78ce51017c9e71369e637d91f95208 (patch)
tree7e51e8f069dc5c2e4411069e5f921df1c99fec78 /configure.ac
parent4d30512e057f8f078e64542941fa1f9b4a24d470 (diff)
Fix connect commands
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 910565e9..56a7abe1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ dnl *********************************************************************
 dnl ** GLIB *************************************************************
 dnl *********************************************************************
 
-AM_PATH_GLIB_2_0(2.14.0, glib=yes, glib=no)
+AM_PATH_GLIB_2_0(2.28.0, glib=yes, glib=no)
 if test "$glib" = no; then
 	AC_MSG_ERROR(Cannot find GLib!)
 fi