summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_host.mk.in1
-rw-r--r--configure.ac20
2 files changed, 0 insertions, 21 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 0fd1bc7753f5..f9d242429739 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -141,7 +141,6 @@ export ENABLE_AVAHI=@ENABLE_AVAHI@
export ENABLE_BREAKPAD=@ENABLE_BREAKPAD@
export DEFAULT_CRASHDUMP_VALUE=@DEFAULT_CRASHDUMP_VALUE@
export ENABLE_CAIRO_CANVAS=@ENABLE_CAIRO_CANVAS@
-export ENABLE_CHART_TESTS=@ENABLE_CHART_TESTS@
export ENABLE_CIPHER_OPENSSL_BACKEND=@ENABLE_CIPHER_OPENSSL_BACKEND@
export ENABLE_CLUCENE=@ENABLE_CLUCENE@
export ENABLE_LIBCMIS=@ENABLE_LIBCMIS@
diff --git a/configure.ac b/configure.ac
index 08395ac66677..87f4f7fa7a1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1777,14 +1777,6 @@ libo_FUZZ_ARG_ENABLE(cve-tests,
[Prevent CVE tests to be executed]),
,)
-libo_FUZZ_ARG_ENABLE(chart-tests,
- AS_HELP_STRING([--enable-chart-tests],
- [Executes chart XShape tests. In a perfect world these tests would be
- stable and everyone could run them, in reality it is best to run them
- only on a few machines that are known to work and maintained by people
- who can judge if a test failure is a regression or not.]),
-,)
-
AC_ARG_ENABLE(build-opensymbol,
AS_HELP_STRING([--enable-build-opensymbol],
[Do not use the prebuilt opens___.ttf. Build it instead. This needs
@@ -11008,18 +11000,6 @@ else
fi
dnl ===================================================================
-dnl Check for enabling chart XShape tests
-dnl ===================================================================
-AC_MSG_CHECKING([whether to execute chart XShape tests])
-if test "$enable_chart_tests" = "yes" -o '(' "$_os" = "WINNT" -a "$enable_chart_tests" != "no" ')'; then
- AC_MSG_RESULT([yes])
- ENABLE_CHART_TESTS=TRUE
- AC_SUBST(ENABLE_CHART_TESTS)
-else
- AC_MSG_RESULT([no])
-fi
-
-dnl ===================================================================
dnl Check for system openssl
dnl ===================================================================
ENABLE_OPENSSL=