<div>Hi all, I checked out the latest poppler from git and it err'd out with HAVE_INTROSPECTION.</div><div><br></div><div>When running `configure` with `--disable-cairo-output --disable-poppler-glib --enable-introspection=no` it still runs the checks (which from looking at <a href="http://configure.ac">configure.ac</a> it shouldn't be doing)</div>
<div><br></div><div>If I take out the GOBJECT_INTROSPECTION_CHECK from <a href="http://configure.ac">configure.ac</a> and remove m4_include(m4/introspection) from aclocal.m4 it builds as normal.</div><div><br></div><div>>>> *snip*</div>
<div><div>checking for LIBPNG... yes</div><div>checking for FREETYPE... yes</div><div>checking which font configuration to use... fontconfig</div><div>checking for FONTCONFIG... yes</div><div>checking for CAIRO... yes</div>
<div>checking fcntl.h usability... yes</div><div>checking fcntl.h presence... yes</div><div>checking for fcntl.h... yes</div><div>checking sys/mman.h usability... yes</div><div>checking sys/mman.h presence... yes</div><div>
checking for sys/mman.h... yes</div><div>checking for sys/stat.h... (cached) yes</div><div>checking for POPPLER_GLIB... no</div><div>checking for gtkdoc-check... no</div><div>checking for gtkdoc-rebase... no</div><div>checking for gtkdoc-mkpdf... no</div>
<div>checking whether to build gtk-doc documentation... no</div><div>checking for libqt3... no</div><div>checking for POPPLER_QT4... no</div><div>checking for iconv... yes</div><div>checking for working iconv... yes</div>
<div>checking for iconv declaration... </div><div> extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);</div><div>checking for GTK_TEST... no</div><div>checking for ABIWORD... no</div>
<div>checking for LCMS... yes</div><div>configure: error: conditional "HAVE_INTROSPECTION" was never defined.</div><div>Usually this means the macro was only invoked conditionally.</div></div><div><<< *snip*</div>
<br>