diff options
author | TingPing <tngpng@gmail.com> | 2013-03-27 04:53:55 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-03-27 04:53:55 -0300 |
commit | 7ac870cd29794550d155b869d746ee9e55cf319f (patch) | |
tree | d9af7c3c07f906ca984194a8fa0632f428250592 /configure.ac | |
parent | 611ae75fed2dd526f194e0471223793334fe6b5b (diff) |
Bump glib requirement
For gregex mentioned in #371
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 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 |