From 5472ac1860509514df42985ab47db4ae9119b7c7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 9 Sep 2015 16:58:26 +0200 Subject: [PATCH] build: tell seccomp is experimental I don't think many people are using it and the risk for lldpd to not work is therefore increased. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a42fc88..8c2ba887 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ fi AC_ARG_WITH([seccomp], AS_HELP_STRING( [--with-seccomp], - [Enable seccomp support (with libseccomp) @<:@default=no@:>@]), + [Enable seccomp support (with libseccomp, experimental) @<:@default=no@:>@]), [], [with_seccomp=no]) lldp_CHECK_SECCOMP -- 2.39.5