[poppler] configure.ac

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Thu Jul 8 08:47:13 PDT 2010


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 25427bdecb219ffe6f0592d2ac36de60c247bfd9
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Thu Jul 8 17:46:22 2010 +0200

    Fix build when compiling without glib frontend

diff --git a/configure.ac b/configure.ac
index 3b42a5a..b34f1c9 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])


More information about the poppler mailing list