]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Allow --with-audit=no. OK dtucker@
authortim <tim>
Tue, 9 Aug 2005 17:09:53 +0000 (17:09 +0000)
committertim <tim>
Tue, 9 Aug 2005 17:09:53 +0000 (17:09 +0000)
   Report by skeleten AT shillest.net

ChangeLog
configure.ac

index 25a55bb95beb45427ba4bf1bb79255d057148cfe..7ca17447db0701dd22334e41e1bebb03475775f4 100644 (file)
--- 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
index 919a030a04afbb40988091eb833e82749cd60823..066a5097c875ebe31ce5eaa285102f8d47810e31 100644 (file)
@@ -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])
                ;;
This page took 0.057069 seconds and 5 git commands to generate.