From e441aa3e21c4a31b6e547fb6fb2056d9fff093d6 Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 12 Jun 2000 22:34:38 +0000 Subject: Added catman defines for AIX (Tom Bertelson ) Fixed errant comma (Tom Bertelson ) --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a9b3d2f35..3e6eccff2 100644 --- a/configure.in +++ b/configure.in @@ -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 ]) ] -- cgit v1.2.3