From acf70c666d4f534cd97de64d4378bf6399e31fd4 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 6 Dec 2007 23:58:26 +0100 Subject: Disable gtk tests if the user disabled glib frontend --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 547d6f0f..0a2513a5 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], -- cgit v1.2.3