]> andersk Git - openssh.git/commitdiff
- (djm) [configure.ac] fix alignment of --without-stackprotect description
authordjm <djm>
Thu, 27 Mar 2008 01:30:18 +0000 (01:30 +0000)
committerdjm <djm>
Thu, 27 Mar 2008 01:30:18 +0000 (01:30 +0000)
ChangeLog
configure.ac

index c355c3eff3196fb04e82f7de15438eb0a670b7aa..04a7b27f15fbd04e5943f74c9fe07fb1a5b02286 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,7 @@
      [regress/sftp-badcmds.sh]
      disable no-replace rename test now that we prefer a POSIX rename; spotted
      by dkrause@
+ - (djm) [configure.ac] fix alignment of --without-stackprotect description
 
 20080315
  - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
index 68cac01ae569d39318bc61aec6652325df53d175..23b80a13816b1e61f726c778f0b293004d71c389 100644 (file)
@@ -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 ])
This page took 0.109566 seconds and 5 git commands to generate.