comparison configure.ac @ 1444:bfed37d12d90

improve configure --help alignment
author Matt Johnston <matt@ucc.asn.au>
date Tue, 27 Jun 2017 22:18:18 +0800
parents a097c9c9608a
children b8764eee6bdb
comparison
equal deleted inserted replaced
1443:8d45904926d3 1444:bfed37d12d90
33 [AC_MSG_RESULT(no); CFLAGS="$OLDCFLAGS" ] 33 [AC_MSG_RESULT(no); CFLAGS="$OLDCFLAGS" ]
34 ) 34 )
35 35
36 hardenbuild=1 36 hardenbuild=1
37 AC_ARG_ENABLE(harden, 37 AC_ARG_ENABLE(harden,
38 [ --disable-harden Don't set hardened build flags], 38 [ --disable-harden Don't set hardened build flags],
39 [ 39 [
40 if test "x$enableval" = "xno"; then 40 if test "x$enableval" = "xno"; then
41 hardenbuild=0 41 hardenbuild=0
42 AC_MSG_NOTICE(Disabling hardened build flags) 42 AC_MSG_NOTICE(Disabling hardened build flags)
43 fi 43 fi
228 ] 228 ]
229 ) 229 )
230 230
231 231
232 AC_ARG_ENABLE(pam, 232 AC_ARG_ENABLE(pam,
233 [ --enable-pam Try to include PAM support], 233 [ --enable-pam Try to include PAM support],
234 [ 234 [
235 if test "x$enableval" = "xyes"; then 235 if test "x$enableval" = "xyes"; then
236 AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check config.log ***])) 236 AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check config.log ***]))
237 AC_MSG_NOTICE(Enabling PAM) 237 AC_MSG_NOTICE(Enabling PAM)
238 AC_CHECK_FUNCS(pam_fail_delay) 238 AC_CHECK_FUNCS(pam_fail_delay)