Bump glib requirement

For gregex mentioned in #371
This commit is contained in:
TingPing 2013-03-27 04:53:55 -03:00
parent 611ae75fed
commit 7ac870cd29
1 changed files with 1 additions and 1 deletions

View File

@ -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