add --without-sendmail to help output

This commit is contained in:
Todd C. Miller
1999-09-14 08:01:25 +00:00
parent bb635cab49
commit c1f71dcd85
2 changed files with 376 additions and 374 deletions

747
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -559,7 +559,8 @@ AC_ARG_WITH(timedir, [ --with-timedir path to the sudo timestamp dir],
;;
esac])
AC_ARG_WITH(sendmail, [ --with-sendmail=path set path to sendmail],
AC_ARG_WITH(sendmail, [ --with-sendmail=path set path to sendmail
--without-sendmail do not send mail at all],
[case $with_sendmail in
yes) with_sendmail=""
;;