mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-25 23:05:21 +02:00
Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)
Fixed errant comma (Tom Bertelson <tbert@abac.com>)
This commit is contained in:
parent
ecaabf1b6a
commit
e441aa3e21
@ -36,6 +36,8 @@ case "$host" in
|
|||||||
fi
|
fi
|
||||||
AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
|
AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
|
||||||
AC_DEFINE(BROKEN_GETADDRINFO)
|
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||||
|
MANTYPE='$(CATMAN)'
|
||||||
|
mansubdir=cat
|
||||||
dnl AIX handles lastlog as part of its login message
|
dnl AIX handles lastlog as part of its login message
|
||||||
AC_DEFINE(DISABLE_LASTLOG)
|
AC_DEFINE(DISABLE_LASTLOG)
|
||||||
;;
|
;;
|
||||||
@ -994,7 +996,7 @@ AC_TRY_COMPILE([
|
|||||||
[ char *lastlog = _PATH_LASTLOG; ],
|
[ char *lastlog = _PATH_LASTLOG; ],
|
||||||
[ AC_MSG_RESULT(yes) ],
|
[ AC_MSG_RESULT(yes) ],
|
||||||
[
|
[
|
||||||
AC_MSG_RESULT(no),
|
AC_MSG_RESULT(no)
|
||||||
system_lastlog_path=no
|
system_lastlog_path=no
|
||||||
])
|
])
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user