]> andersk Git - openssh.git/commitdiff
Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)
authorandre <andre>
Mon, 12 Jun 2000 22:34:38 +0000 (22:34 +0000)
committerandre <andre>
Mon, 12 Jun 2000 22:34:38 +0000 (22:34 +0000)
Fixed errant comma (Tom Bertelson <tbert@abac.com>)

configure.in

index a9b3d2f3530907eb8bca895e4559ba8e673c7dd5..3e6eccff2cd897ac0f92f60a041c1234ef1224c3 100644 (file)
@@ -36,6 +36,8 @@ case "$host" in
        fi
        AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
        AC_DEFINE(BROKEN_GETADDRINFO)
+       MANTYPE='$(CATMAN)'
+       mansubdir=cat
        dnl AIX handles lastlog as part of its login message
        AC_DEFINE(DISABLE_LASTLOG)
        ;;
@@ -994,7 +996,7 @@ AC_TRY_COMPILE([
                [ char *lastlog = _PATH_LASTLOG; ],
                [ AC_MSG_RESULT(yes) ],
                [
-                       AC_MSG_RESULT(no),
+                       AC_MSG_RESULT(no)
                        system_lastlog_path=no
                ])
        ]
This page took 0.045783 seconds and 5 git commands to generate.