summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
committerDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
commitfafe1d84a210fb3dae7744f268059cc583db8c12 (patch)
tree0fd1e24341575e9272c49230cc8876115371c5d0 /configure.ac
parent8f22911027ff6c17d7226d232ccd20727f389310 (diff)
s/SANDBOX_TAME/SANDBOX_PLEDGE/g
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 346a90c7..a6f947eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3099,7 +3099,7 @@ if test "x$sandbox_arg" = "xpledge" || \
test "x$ac_cv_func_pledge" != "xyes" && \
AC_MSG_ERROR([pledge sandbox requires pledge(2) support])
SANDBOX_STYLE="pledge"
- AC_DEFINE([SANDBOX_TAME], [1], [Sandbox using pledge(2)])
+ AC_DEFINE([SANDBOX_PLEDGE], [1], [Sandbox using pledge(2)])
elif test "x$sandbox_arg" = "xsystrace" || \
( test -z "$sandbox_arg" && test "x$have_systr_policy_kill" = "x1" ) ; then
test "x$have_systr_policy_kill" != "x1" && \