]> andersk Git - openssh.git/blobdiff - configure.in
Disable lastlog for AIX, as it's handled by the OS as part of the login
[openssh.git] / configure.in
index 8bb647c1257887dcdf86a1a58e6c678ee0674f5d..cab5b7acc307eb0e3cdbea991f3b1c53288fffc0 100644 (file)
@@ -36,6 +36,8 @@ case "$host" in
        fi
        AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
        AC_DEFINE(BROKEN_GETADDRINFO)
+       dnl AIX handles lastlog as part of its login message
+       AC_DEFINE(DISABLE_LASTLOG)
        ;;
 *-*-hpux10*)
        if test -z "$GCC"; then
This page took 0.032861 seconds and 4 git commands to generate.