summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-07-01 11:40:23 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-07-01 11:40:23 +0000
commitfdb62491999a441db65afc668a437f0a426188bf (patch)
tree8f8a8ccd6948f8b44e4e6f56a64c369dac1b9bf4 /configure.ac
parente5914de8d9b2bdaabe7065683b62b1de55e1c8e1 (diff)
Bumped the glib dependency version to 2.14 to use GRegex
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 22656ca..d16b131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ dnl GTK docs
GTK_DOC_CHECK
dnl Check for Glib
-PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.4, have_glib=yes, have_glib=no)
+PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.14, have_glib=yes, have_glib=no)
if test x$have_glib = xno ; then
AC_MSG_ERROR([GLib development libraries not found])