From: tim Date: Tue, 9 Aug 2005 17:09:53 +0000 (+0000) Subject: - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@ X-Git-Tag: V_4_2_P1~24 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/a2b3321dd847b1fd3ee8dfb8795a67c838984ade - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@ Report by skeleten AT shillest.net --- diff --git a/ChangeLog b/ChangeLog index 25a55bb9..7ca17447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20050809 + - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@ + Report by skeleten AT shillest.net + 20050803 - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines individually and use a value less likely to collide with real values from diff --git a/configure.ac b/configure.ac index 919a030a..066a5097 100644 --- a/configure.ac +++ b/configure.ac @@ -1051,6 +1051,8 @@ AC_ARG_WITH(audit, AC_MSG_RESULT(debug) AC_DEFINE(SSH_AUDIT_EVENTS, [], Use audit debugging module) ;; + no) + ;; *) AC_MSG_ERROR([Unknown audit module $withval]) ;;