From c653cdf4dc384bfbffba7193427c3e206c140bad Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Mon, 19 Mar 2012 20:16:50 +0100 Subject: [PATCH] configure.ac: Require gobject-introspection configure.ac already checked if gobject-introspection is installed, but instead of aborting with an error it continued and silently omitted crucial parts of the build system, confusing the user with the error message make[4]: *** No rule to make target `SugarExt-1.0.gir', needed by `all-am'. Stop. much later in the build. Fix this by using the appropriate autoconf macro. Signed-off-by: Sascha Silbe Acked-by: Simon Schampijer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea782c30..bbe28c8e 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) AM_GLIB_GNU_GETTEXT -GOBJECT_INTROSPECTION_CHECK([1.30.0]) +GOBJECT_INTROSPECTION_REQUIRE([1.30.0]) AC_OUTPUT([ Makefile