Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2012-03-19 19:16:50 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-03-21 07:00:01 (GMT)
commitc653cdf4dc384bfbffba7193427c3e206c140bad (patch)
tree9024c718d3f4272a3ad8740c33531bd964e88bc3 /configure.ac
parent4f5c9308a83bbcae3b14c5dd0717dbc22025cada (diff)
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 <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea782c3..bbe28c8 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