summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim <tim>2011-08-18 04:48:22 +0000
committertim <tim>2011-08-18 04:48:22 +0000
commitb39cdf0d28b6dc7bf4ab9c5b15cb685a8b8a3ff7 (patch)
treef2f4defbb232abe5bcc321208ee85102ddeb6c13
parentbfdbbef095b6e450ff3835bc1fc2cf33c4c5c718 (diff)
downloadopenssh-b39cdf0d28b6dc7bf4ab9c5b15cb685a8b8a3ff7.tar.gz
- (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c36d2c5e..b73d42c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20110818
+ - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
+
20110817
- (tim) [mac.c myproposal.h] Wrap SHA256 and SHA512 in ifdefs for
OpenSSL 0.9.7. ok djm
diff --git a/configure.ac b/configure.ac
index 31e72867..7a915272 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.479 2011/08/17 01:59:26 djm Exp $
+# $Id: configure.ac,v 1.480 2011/08/18 04:48:24 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
-AC_REVISION($Revision: 1.479 $)
+AC_REVISION($Revision: 1.480 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
@@ -2510,7 +2510,7 @@ elif test -z "$sandbox_arg" || test "x$sandbox_arg" = "xno" || \
SANDBOX_STYLE="none"
AC_DEFINE([SANDBOX_NULL], [1], [no privsep sandboxing])
else
- AC_MSG_ERROR([unsupported -with-sandbox])
+ AC_MSG_ERROR([unsupported --with-sandbox])
fi
# Cheap hack to ensure NEWS-OS libraries are arranged right.