From 41d3b478a2899bf1e855f97d5d19784eeb9bd01f Mon Sep 17 00:00:00 2001 From: Ell Date: Mon, 29 Jul 2019 01:57:05 +0300 Subject: [PATCH] configure.ac: s/GOBJECT_INTROSPECTION_CHECK/GOBJECT_INTROSPECTION_REQUIRE/ Make sure configure fails when introspection is not installed, since we compile it unconditionally for now. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 180661bcaf..9d48a084f2 100644 --- a/configure.ac +++ b/configure.ac @@ -2237,7 +2237,7 @@ AM_CONDITIONAL(WITH_PDBGEN, test "x$with_pdbgen" = xyes) # Check for GObject Introspection ################################# -GOBJECT_INTROSPECTION_CHECK(introspection_required_version) +GOBJECT_INTROSPECTION_REQUIRE(introspection_required_version) ################## # Check for python