diff options
author | David Tardon <dtardon@redhat.com> | 2015-12-17 13:06:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-05 14:16:18 +0000 |
commit | 88570decb6941e1e4fbea14f120f9ad2cd1c18d1 (patch) | |
tree | 475760b6e4268d513bb7498b8cd00e09530153b4 /configure.ac | |
parent | 63931f25785e25368ee808f4e0e269f91c99d0e6 (diff) |
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 <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |