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.
This commit is contained in:
Ell 2019-07-29 01:57:05 +03:00
parent c63ae2f945
commit 41d3b478a2
1 changed files with 1 additions and 1 deletions

View File

@ -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