mirror of https://github.com/GNOME/gimp.git
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:
parent
c63ae2f945
commit
41d3b478a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue