]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
authorTim Rice <tim@multitalents.net>
Thu, 18 Aug 2011 04:48:22 +0000 (21:48 -0700)
committerTim Rice <tim@multitalents.net>
Thu, 18 Aug 2011 04:48:22 +0000 (21:48 -0700)
ChangeLog
configure.ac

index c36d2c5eb785c9ff308d5968042543f7789b59e6..b73d42c6fdb2377ab8725de30cda440523882bdb 100644 (file)
--- 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
index 31e72867f93fe140406e1a465a7c83bab59b619e..7a915272d26f0d464ee40c7a610e41e1de957180 100644 (file)
@@ -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.