From: Vincent Bernat Date: Wed, 9 Sep 2015 14:58:26 +0000 (+0200) Subject: build: tell seccomp is experimental X-Git-Tag: 0.8.0~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5472ac1860509514df42985ab47db4ae9119b7c7;p=thirdparty%2Flldpd.git 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. --- 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