diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20050809 | ||
2 | - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@ | ||
3 | Report by skeleten AT shillest.net | ||
4 | |||
1 | 20050803 | 5 | 20050803 |
2 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines | 6 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines |
3 | individually and use a value less likely to collide with real values from | 7 | individually and use a value less likely to collide with real values from |
@@ -2896,4 +2900,4 @@ | |||
2896 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2900 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2897 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2901 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2898 | 2902 | ||
2899 | $Id: ChangeLog,v 1.3862 2005/08/03 05:36:21 dtucker Exp $ | 2903 | $Id: ChangeLog,v 1.3863 2005/08/09 17:09:53 tim Exp $ |
diff --git a/configure.ac b/configure.ac index 93297bbd8..a6fae9ff0 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.282 2005/08/02 14:20:15 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.283 2005/08/09 17:09:54 tim Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -1051,6 +1051,8 @@ AC_ARG_WITH(audit, | |||
1051 | AC_MSG_RESULT(debug) | 1051 | AC_MSG_RESULT(debug) |
1052 | AC_DEFINE(SSH_AUDIT_EVENTS, [], Use audit debugging module) | 1052 | AC_DEFINE(SSH_AUDIT_EVENTS, [], Use audit debugging module) |
1053 | ;; | 1053 | ;; |
1054 | no) | ||
1055 | ;; | ||
1054 | *) | 1056 | *) |
1055 | AC_MSG_ERROR([Unknown audit module $withval]) | 1057 | AC_MSG_ERROR([Unknown audit module $withval]) |
1056 | ;; | 1058 | ;; |