summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-27 04:53:55 -0300
committerTingPing <tngpng@gmail.com>2013-03-27 04:53:55 -0300
commit7ac870cd29794550d155b869d746ee9e55cf319f (patch)
treed9af7c3c07f906ca984194a8fa0632f428250592 /configure.ac
parent611ae75fed2dd526f194e0471223793334fe6b5b (diff)
Bump glib requirement
For gregex mentioned in #371
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 eb4d881f..f4ceb031 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ dnl *********************************************************************
 dnl ** GLIB *************************************************************
 dnl *********************************************************************
 
-AM_PATH_GLIB_2_0(2.12.0, glib=yes, glib=no)
+AM_PATH_GLIB_2_0(2.14.0, glib=yes, glib=no)
 if test "$glib" = no; then
 	AC_MSG_ERROR(Cannot find GLib!)
 fi