aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /configure.ac
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. 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 a3e206301..5e9e3d275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1746,15 +1746,6 @@ AC_ARG_ENABLE([benchmarks],
1746AC_MSG_RESULT($enable_benchmarks) 1746AC_MSG_RESULT($enable_benchmarks)
1747AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"]) 1747AM_CONDITIONAL([HAVE_BENCHMARKS], [test "x$enable_benchmarks" = "xyes"])
1748 1748
1749# should gnunet-testing be compiled
1750AC_MSG_CHECKING(whether to compile gnunet-testing)
1751AC_ARG_ENABLE([testing],
1752 [AS_HELP_STRING([--disable-testing], [do not build gnunet-testing])],
1753 [enable_testing=${enableval}],
1754 [enable_testing=yes])
1755AC_MSG_RESULT($enable_testing)
1756AM_CONDITIONAL([HAVE_TESTING], [test "x$enable_testing" = "xyes"])
1757
1758# should experimental code be compiled (code that may not yet compile)? 1749# should experimental code be compiled (code that may not yet compile)?
1759AC_MSG_CHECKING(whether to compile experimental code) 1750AC_MSG_CHECKING(whether to compile experimental code)
1760AC_ARG_ENABLE([experimental], 1751AC_ARG_ENABLE([experimental],