From 7b124f6ae362a575460d2374dca39ebdce07c714 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 18 Sep 2010 17:36:54 +0200 Subject: gobject: Fix avahi build with gobject-introspection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi Lennart, Here's a patch to fix avahi to build with g-i 0.9.5 and later. Cheers, Vincent -- Les gens heureux ne sont pas pressés. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f4a255f..7fafc98 100644 --- a/configure.ac +++ b/configure.ac @@ -472,7 +472,7 @@ AM_CONDITIONAL(HAVE_GOBJECT, test "x$HAVE_GOBJECT" = "xyes") # # Introspection support. # -GOBJECT_INTROSPECTION_CHECK([0.6.7]) +GOBJECT_INTROSPECTION_CHECK([0.9.5]) # # Check for Qt 3 -- cgit