diff options
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 ab4f7452d..16166e668 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,7 @@ EPIPHANY_FEATURES= # GObject Introspection # ********************* -GOBJECT_INTROSPECTION_CHECK([0.6.7]) +GOBJECT_INTROSPECTION_CHECK([0.9.5]) if test "$found_introspection" = "yes"; then EPIPHANY_FEATURES="$EPIPHANY_FEATURES introspection" |