GNOME Bugzilla – Bug 633065
Unconditional use of GOBJECT_INTROSPECTION_CHECK
Last modified: 2011-05-28 22:14:54 UTC
Created attachment 173143 [details] [review] Use m4_ifdef(). Git: 0.27.1-2-g85b7996 If one doesn't have introspection m4 macros, ./autogen.sh can return successfully, while ./configure fails with: checking whether to install the glade catalogue... no ./configure: line 15649: syntax error near unexpected token `0.6.7' ./configure: line 15649: `GOBJECT_INTROSPECTION_CHECK(0.6.7)' With the trivial attached patch, that no longer breaks; you may want to try and get that macro defined, as an alternative.
*** This bug has been marked as a duplicate of bug 615518 ***