summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-12-06 23:56:33 +0100
committerAlbert Astals Cid <aacid@kde.org>2007-12-06 23:56:33 +0100
commit7d995a2735cbf39a5c4f9e3458c73b5290dcaa79 (patch)
treefe8dc425cae5efb98aecaeb650a5a47f0728c71e
parent2c312be2c2dd5699bb301c28d2d847eec62bb969 (diff)
Disable gtk tests if the user disabled glib frontend
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f5e82db..204d1eb4 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],