- (dtucker) [configure.ac] Disable gettext search when configuring with
BSM audit support for the time being. ok djm@
This commit is contained in:
parent
2b59a6dad6
commit
0d0966934e
|
@ -1,3 +1,7 @@
|
|||
20050307
|
||||
- (dtucker) [configure.ac] Disable gettext search when configuring with
|
||||
BSM audit support for the time being. ok djm@
|
||||
|
||||
20050306
|
||||
- (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor
|
||||
when attempting to audit disconnect events. Reported by Phil Dibowitz.
|
||||
|
@ -2283,4 +2287,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3693 2005/03/06 11:38:51 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3694 2005/03/07 06:34:45 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.248 2005/02/25 23:07:38 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.249 2005/03/07 06:34:46 dtucker Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
|
@ -897,7 +897,7 @@ AC_ARG_WITH(audit,
|
|||
AC_CHECK_FUNCS(getaudit, [],
|
||||
[AC_MSG_ERROR(BSM enabled and required function not found)])
|
||||
# These are optional
|
||||
AC_CHECK_FUNCS(getaudit_addr gettext)
|
||||
AC_CHECK_FUNCS(getaudit_addr)
|
||||
AC_DEFINE(USE_BSM_AUDIT, [], [Use BSM audit module])
|
||||
;;
|
||||
debug)
|
||||
|
|
Loading…
Reference in New Issue