From 88570decb6941e1e4fbea14f120f9ad2cd1c18d1 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 17 Dec 2015 13:06:20 +0100 Subject: allow to skip import tests based on library version That way we don't have to require the newest version for build just to run tests. Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1 (cherry picked from commit ddbba41b39399644b1ce7008d8922998446411e7) Reviewed-on: https://gerrit.libreoffice.org/20937 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 15b3fd2f6ae1..b5de019db106 100644 --- a/configure.ac +++ b/configure.ac @@ -12961,6 +12961,7 @@ AC_CONFIG_HEADERS([config_host/config_version.h]) AC_CONFIG_HEADERS([config_host/config_oauth2.h]) AC_CONFIG_HEADERS([config_host/config_poppler.h]) AC_CONFIG_HEADERS([config_host/config_python.h]) +AC_CONFIG_HEADERS([config_host/config_writerperfect.h]) AC_OUTPUT if test "$CROSS_COMPILING" = TRUE; then -- cgit v1.2.3