ac_help="$ac_help
--with-goodpri syslog priority for commands (def is notice)"
ac_help="$ac_help
- --with-badpri syslog priority for failures (def is LOG_ALERT)"
+ --with-badpri syslog priority for failures (def is alert)"
ac_help="$ac_help
--with-logpath path to the sudo log file"
ac_help="$ac_help
esac], [AC_DEFINE_UNQUOTED(PRI_SUCCESS, "notice") AC_MSG_RESULT("notice")])
AC_MSG_CHECKING(at which syslog priority to log failures)
-AC_ARG_WITH(badpri, [ --with-badpri syslog priority for failures (def is LOG_ALERT)],
+AC_ARG_WITH(badpri, [ --with-badpri syslog priority for failures (def is alert)],
[case $with_badpri in
yes) AC_MSG_ERROR(["must give --with-badpri an argument."])
;;