Mercurial > dropbear
changeset 1444:bfed37d12d90
improve configure --help alignment
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jun 2017 22:18:18 +0800 |
parents | 8d45904926d3 |
children | a3a96dbf9a58 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Jun 25 23:37:44 2017 +0800 +++ b/configure.ac Tue Jun 27 22:18:18 2017 +0800 @@ -35,7 +35,7 @@ hardenbuild=1 AC_ARG_ENABLE(harden, - [ --disable-harden Don't set hardened build flags], + [ --disable-harden Don't set hardened build flags], [ if test "x$enableval" = "xno"; then hardenbuild=0 @@ -230,7 +230,7 @@ AC_ARG_ENABLE(pam, - [ --enable-pam Try to include PAM support], + [ --enable-pam Try to include PAM support], [ if test "x$enableval" = "xyes"; then AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check config.log ***]))