aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-26 02:52:03 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-26 02:52:03 +0100
commite67688c0a717e662773f67a485a767fe2db17da1 (patch)
tree2631611ead764b6dc544e9d2d4dc5636e07f744f /configure.ac
parent4fe745c1a0a912d793790c20653c1ff812dc1f34 (diff)
downloadgnunet-e67688c0a717e662773f67a485a767fe2db17da1.tar.gz
gnunet-e67688c0a717e662773f67a485a767fe2db17da1.zip
get rid of --enable-wachs option, move mlp plugin to experimental-only
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 7f9cc2197..e90485597 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1336,15 +1336,6 @@ AC_ARG_ENABLE([experimental],
1336AC_MSG_RESULT($enable_experimental) 1336AC_MSG_RESULT($enable_experimental)
1337AM_CONDITIONAL([HAVE_EXPERIMENTAL], [test "x$enable_experimental" = "xyes"]) 1337AM_CONDITIONAL([HAVE_EXPERIMENTAL], [test "x$enable_experimental" = "xyes"])
1338 1338
1339# FTBFS right now...
1340AC_MSG_CHECKING(whether to compile ATS test code)
1341AC_ARG_ENABLE([wachs],
1342 [AS_HELP_STRING([--enable-wachs], [enable compiling ATS test code])],
1343 [enable_wachs=${enableval}],
1344 [enable_wachs=no])
1345AC_MSG_RESULT($enable_wachs)
1346AM_CONDITIONAL([HAVE_WACHS], [test "x$enable_wachs" = "xyes"])
1347
1348# should malicious code be compiled (should only be used for testing)? 1339# should malicious code be compiled (should only be used for testing)?
1349AC_MSG_CHECKING(whether to compile malicious code) 1340AC_MSG_CHECKING(whether to compile malicious code)
1350AC_ARG_ENABLE([malicious], 1341AC_ARG_ENABLE([malicious],