commit | 50a00535ccac538bbf93358fd2d2442e4c12542f | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Apr 10 16:03:29 2014 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Apr 10 16:03:29 2014 -0700 |
tree | fdb3b5c68c8f7872cb0fdf4c7c262ebb904482b3 | |
parent | 5fd996c4a4049a75c6d9e964f1a81c00ff191893 [diff] [blame] |
Require gobject-introspection 1.34.0 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=75384
diff --git a/configure.ac b/configure.ac index 0d4bec4..ba69b69 100644 --- a/configure.ac +++ b/configure.ac
@@ -181,7 +181,7 @@ have_introspection=false m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [ if $have_gobject; then - GOBJECT_INTROSPECTION_CHECK([1.32.0]) + GOBJECT_INTROSPECTION_CHECK([1.34.0]) if test "x$found_introspection" = xyes; then have_introspection=true fi