summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStanisław Pitucha <viraptor@gmail.com>2018-07-01 21:59:36 +1000
committerdormando <dormando@rydia.net>2018-07-01 16:11:17 -0700
commit0a3d2d199ec46b57e59f82acec7a401b0781a7a1 (patch)
treeb10ac118bfd396d54d4588835138a4857deaa7b5 /configure.ac
parent11016ec091b8a72a5b45787857451692bd7bcab7 (diff)
downloadmemcached-0a3d2d199ec46b57e59f82acec7a401b0781a7a1.tar.gz
Mark seccomp experimental
To make it less likely that distros enable seccomp by default, mark it as EXPERIMENTAL in both readme and configure help.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6399502..abcb8ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ AC_ARG_ENABLE(extstore,
[AS_HELP_STRING([--enable-extstore], [Enable external storage EXPERIMENTAL ])])
AC_ARG_ENABLE(seccomp,
- [AS_HELP_STRING([--enable-seccomp],[Enable seccomp restrictions])])
+ [AS_HELP_STRING([--enable-seccomp],[Enable seccomp restrictions EXPERIMENTAL])])
AC_ARG_ENABLE(sasl,
[AS_HELP_STRING([--enable-sasl],[Enable SASL authentication])])