diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-27 02:30:18 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-27 02:30:18 +0100 |
commit | da3155e1595b461cfb51ee28a49279d935eb7259 (patch) | |
tree | cec33ad11aa3a3815cf91c030eab5da0e363ea0c /configure.ac | |
parent | - djm@cvs.openbsd.org 2008/03/24 21:46:54 (diff) | |
download | openssh-da3155e1595b461cfb51ee28a49279d935eb7259.tar.xz openssh-da3155e1595b461cfb51ee28a49279d935eb7259.zip |
- (djm) [configure.ac] fix alignment of --without-stackprotect description
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b6fa19bd0..aa3ee359d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.395 2008/03/09 11:50:50 dtucker Exp $ +# $Id: configure.ac,v 1.396 2008/03/27 01:30:18 djm 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.395 $) +AC_REVISION($Revision: 1.396 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -92,7 +92,7 @@ AC_CHECK_DECL(LLONG_MAX, have_llong_max=1, , [#include <limits.h>]) use_stack_protector=1 AC_ARG_WITH(stackprotect, - [ --without-stackprotect Don't use compiler's stack protection], [ + [ --without-stackprotect Don't use compiler's stack protection], [ if test "x$withval" = "xno"; then use_stack_protector=0 fi ]) |