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