diff options
author | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-07-01 11:40:23 +0000 |
---|---|---|
committer | Mikhail Zabaluev <mikhail.zabaluev@nokia.com> | 2008-07-01 11:40:23 +0000 |
commit | fdb62491999a441db65afc668a437f0a426188bf (patch) | |
tree | 8f8a8ccd6948f8b44e4e6f56a64c369dac1b9bf4 /configure.ac | |
parent | e5914de8d9b2bdaabe7065683b62b1de55e1c8e1 (diff) |
Bumped the glib dependency version to 2.14 to use GRegex
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |