From 7ac870cd29794550d155b869d746ee9e55cf319f Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 27 Mar 2013 04:53:55 -0300 Subject: [PATCH] Bump glib requirement For gregex mentioned in #371 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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