aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:01:22 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:01:22 +0200
commit41e8c1e21238afa238f43433d4e77a8249886728 (patch)
treed81591cd6fdb3bdbac7690cb7075a55f4cf845b7 /configure.ac
parent62ca5edd03630e388d7c4bb0c93e5952d55e5b11 (diff)
downloadgnunet-41e8c1e21238afa238f43433d4e77a8249886728.tar.gz
gnunet-41e8c1e21238afa238f43433d4e77a8249886728.zip
BUILD: Remove EXPENSIVE_TESTS (unused). Issue #7033
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 6936e7067..a3e206301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1725,15 +1725,6 @@ AS_IF([test "x$enable_benchmark" = "xyes"],
1725AM_CONDITIONAL([ENABLE_BENCHMARK], [test "x$enable_benchmark" = "xyes"]) 1725AM_CONDITIONAL([ENABLE_BENCHMARK], [test "x$enable_benchmark" = "xyes"])
1726 1726
1727 1727
1728# should expensive tests be run?
1729AC_MSG_CHECKING(whether to run expensive tests)
1730AC_ARG_ENABLE([expensivetests],
1731 [AS_HELP_STRING([--enable-expensivetests], [enable running expensive testcases])],
1732 [enable_expensive=${enableval}],
1733 [enable_expensive=no])
1734AC_MSG_RESULT($enable_expensive)
1735AM_CONDITIONAL([HAVE_EXPENSIVE_TESTS], [test "x$enable_expensive" = "xyes"])
1736
1737# should ports be open for Java services? 1728# should ports be open for Java services?
1738AC_MSG_CHECKING(whether to enable ports for gnunet-java) 1729AC_MSG_CHECKING(whether to enable ports for gnunet-java)
1739AC_ARG_ENABLE([javaports], 1730AC_ARG_ENABLE([javaports],