]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Missing comma in AIX section, somehow causes
authordtucker <dtucker>
Sun, 20 Feb 2005 12:27:11 +0000 (12:27 +0000)
committerdtucker <dtucker>
Sun, 20 Feb 2005 12:27:11 +0000 (12:27 +0000)
   unrelated platforms to be configured incorrectly.

ChangeLog
configure.ac

index a3c32305c8615aa7c24410735c5569fa0a6da969..0ce680d69becb00d5fac3443a773fde40035c968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
    defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support.  Configure
    --with-audit=bsm to enable.  Patch originally from Sun Microsystems,
    parts by John R. Jackson.  ok djm@
+ - (dtucker) [configure.ac] Missing comma in AIX section, somehow causes
+   unrelated platforms to be configured incorrectly.
 
 20050216
  - (djm) write seed to temporary file and atomically rename into place; 
index 6f94bbcc9b1460d909855fbd705fefcf074a9d5e..73db21644052978e9e0156597607eec1a02ebc46 100644 (file)
@@ -122,8 +122,8 @@ case "$host" in
                        ])
                ])
        dnl Check for various auth function declarations in headers.
-       AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess, passwdexpired],,
-           [#include <usersec.h>])
+       AC_CHECK_DECLS([authenticate, loginrestrictions, loginsuccess,
+           passwdexpired], , , [#include <usersec.h>])
        dnl Check if loginfailed is declared and takes 4 arguments (AIX >= 5.2)
        AC_CHECK_DECLS(loginfailed,
                 [AC_MSG_CHECKING(if loginfailed takes 4 arguments)
This page took 0.047965 seconds and 5 git commands to generate.