diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:18:18 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:18:18 +0800 |
commit | 96382d52ab5edc107adaf4464127f5e9974e40eb (patch) | |
tree | 10d5b5c9bcf7a0beb4fab52924768adbf31f93f6 /configure.ac | |
parent | ddbc8113a9b7ab6c3a5b636f4040951f6bd22b2f (diff) |
improve configure --help alignment
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 70ed1a7..7eb37c3 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], 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_WITH(pam, 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 ***])) |