summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2011-08-17 21:48:22 -0700
committerTim Rice <tim@multitalents.net>2011-08-17 21:48:22 -0700
commita6e60616be992b689945fe349fbc652f3cf29f3c (patch)
tree8406ef7dbf6f4812f2b3728c6bcfe1e726f86cf7 /configure.ac
parent2df1bec086db1cf53db6620c18d88ae9cb27bb89 (diff)
- (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 31e72867f..7a915272d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.479 2011/08/17 01:59:26 djm Exp $ 1# $Id: configure.ac,v 1.480 2011/08/18 04:48:24 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
18AC_REVISION($Revision: 1.479 $) 18AC_REVISION($Revision: 1.480 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -2510,7 +2510,7 @@ elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
2510 SANDBOX_STYLE="none" 2510 SANDBOX_STYLE="none"
2511 AC_DEFINE([SANDBOX_NULL], [1], [no privsep sandboxing]) 2511 AC_DEFINE([SANDBOX_NULL], [1], [no privsep sandboxing])
2512else 2512else
2513 AC_MSG_ERROR([unsupported -with-sandbox]) 2513 AC_MSG_ERROR([unsupported --with-sandbox])
2514fi 2514fi
2515 2515
2516# Cheap hack to ensure NEWS-OS libraries are arranged right. 2516# Cheap hack to ensure NEWS-OS libraries are arranged right.