summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-20 23:27:11 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-20 23:27:11 +1100
commit04cfbe04aaa0ff43c3e8f131c858411e1b0151a2 (patch)
tree155c4be3998859fb17bf2dd42bab3bf6ab8403c5
parent8fe079451161b6b478dc686f43d8fe455974b4f8 (diff)
- (dtucker) [configure.ac] Missing comma in AIX section, somehow causes
unrelated platforms to be configured incorrectly.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ae13abe..03789f28d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support. Configure 3 defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support. Configure
4 --with-audit=bsm to enable. Patch originally from Sun Microsystems, 4 --with-audit=bsm to enable. Patch originally from Sun Microsystems,
5 parts by John R. Jackson. ok djm@ 5 parts by John R. Jackson. ok djm@
6 - (dtucker) [configure.ac] Missing comma in AIX section, somehow causes
7 unrelated platforms to be configured incorrectly.
6 8
720050216 920050216
8 - (djm) write seed to temporary file and atomically rename into place; 10 - (djm) write seed to temporary file and atomically rename into place;
@@ -2154,4 +2156,4 @@
2154 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2156 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2155 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2157 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2156 2158
2157$Id: ChangeLog,v 1.3660 2005/02/20 10:01:48 dtucker Exp $ 2159$Id: ChangeLog,v 1.3661 2005/02/20 12:27:11 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index 1bf067a2f..3535b9761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.245 2005/02/20 10:01:49 dtucker Exp $ 1# $Id: configure.ac,v 1.246 2005/02/20 12:27:11 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -122,8 +122,8 @@ case "$host" in
122 ]) 122 ])
123 ]) 123 ])
124 dnl Check for various auth function declarations in headers. 124 dnl Check for various auth function declarations in headers.
125 AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess, passwdexpired],, 125 AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess,
126 [#include <usersec.h>]) 126 passwdexpired], , , [#include <usersec.h>])
127 dnl Check if loginfailed is declared and takes 4 arguments (AIX >= 5.2) 127 dnl Check if loginfailed is declared and takes 4 arguments (AIX >= 5.2)
128 AC_CHECK_DECLS(loginfailed, 128 AC_CHECK_DECLS(loginfailed,
129 [AC_MSG_CHECKING(if loginfailed takes 4 arguments) 129 [AC_MSG_CHECKING(if loginfailed takes 4 arguments)