From: Johan Dahlin Date: Mon, 14 Dec 2009 23:44:26 +0000 (-0200) Subject: Do not require the precense of INTROSPECTION_GIRS X-Git-Tag: GOBJECT_INTROSPECTION_0_6_7~4 X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=c3ba50927516a34d913c02ca606b2f7718d60bd7 Do not require the precense of INTROSPECTION_GIRS It's useful to be able to include the makefile without having introspection enabled. --- diff --git a/Makefile.introspection b/Makefile.introspection index 582bf84..980d982 100644 --- a/Makefile.introspection +++ b/Makefile.introspection @@ -37,7 +37,6 @@ # Make sure the required variables are set, these should under normal # circumstances come from introspection.m4 -$(if $(INTROSPECTION_GIRS),,$(error Need to define INTROSPECTION_GIRS)) $(if $(INTROSPECTION_SCANNER),,$(error Need to define INTROSPECTION_SCANNER)) $(if $(INTROSPECTION_COMPILER),,$(error Need to define INTROSPECTION_COMPILER))