[poppler] Branch 'poppler-0.6' - configure.ac
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Dec 6 14:56:49 PST 2007
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7d995a2735cbf39a5c4f9e3458c73b5290dcaa79
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Dec 6 23:56:33 2007 +0100
Disable gtk tests if the user disabled glib frontend
diff --git a/configure.ac b/configure.ac
index 6f5e82d..204d1eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,7 +267,7 @@ elif test x$enable_gtk_test = xtry; then
[enable_gtk_test="yes"],
[enable_gtk_test="no"])
fi
-AM_CONDITIONAL(BUILD_GTK_TEST, test x$enable_gtk_test = xyes)
+AM_CONDITIONAL(BUILD_GTK_TEST, test x$enable_gtk_test = xyes -a x$enable_poppler_glib = xyes)
AC_ARG_ENABLE(abiword-output,
AC_HELP_STRING([--disable-abiword-output],
More information about the poppler
mailing list