summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-08 17:46:22 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-07-08 17:46:22 +0200
commit25427bdecb219ffe6f0592d2ac36de60c247bfd9 (patch)
tree641cb8453639f84e4805485f340fa82a145ff371 /configure.ac
parent550684731356a66753ec19f5a8ca4b572db6d2d5 (diff)
Fix build when compiling without glib frontend
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b42a5a0..b34f1c93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,6 +399,7 @@ else
GLIB_REQ=""
fi
AM_CONDITIONAL(BUILD_POPPLER_GLIB, test x$enable_poppler_glib = xyes)
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
AC_SUBST(GLIB_REQ)
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])