From 519d41dd8c8ac2a9668bbec53d98ab753df3415c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 31 Aug 2014 13:37:10 -0700 Subject: [PATCH] Document --with-sandbox-capsicum. --- configure | 3 ++- configure.in | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d6662dc89..91a03a7ca 100755 --- a/configure +++ b/configure @@ -1341,7 +1341,8 @@ Optional Packages: --without-smi don't link with libsmi --with-user=USERNAME drop privileges by default to USERNAME --with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY - --with-sandbox-capsicum + --with-sandbox-capsicum use Capsicum security functions [default=yes, if + available] --with-crypto use OpenSSL libcrypto [default=yes, if available] Some influential environment variables: diff --git a/configure.in b/configure.in index 5d0f771b3..7babb611a 100644 --- a/configure.in +++ b/configure.in @@ -197,7 +197,9 @@ else AC_MSG_RESULT(no) fi -AC_ARG_WITH(sandbox-capsicum, [ --with-sandbox-capsicum ]) +AC_ARG_WITH(sandbox-capsicum, + AS_HELP_STRING([--with-sandbox-capsicum], + [use Capsicum security functions @<:@default=yes, if available@:>@])) # # Check whether various functions are available. If any are, set # ac_lbl_capsicum_function_seen to yes; if any are not, set