summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandre <andre>2000-06-12 22:34:38 +0000
committerandre <andre>2000-06-12 22:34:38 +0000
commite441aa3e21c4a31b6e547fb6fb2056d9fff093d6 (patch)
tree49f377999a18bcb1a1e14b794b8709846d9ebcd0
parentecaabf1b6abe51487a1ac593ac229236fc07b914 (diff)
Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)
Fixed errant comma (Tom Bertelson <tbert@abac.com>)
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
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
36 fi 36 fi
37 AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)]) 37 AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
38 AC_DEFINE(BROKEN_GETADDRINFO) 38 AC_DEFINE(BROKEN_GETADDRINFO)
39 MANTYPE='$(CATMAN)'
40 mansubdir=cat
39 dnl AIX handles lastlog as part of its login message 41 dnl AIX handles lastlog as part of its login message
40 AC_DEFINE(DISABLE_LASTLOG) 42 AC_DEFINE(DISABLE_LASTLOG)
41 ;; 43 ;;
@@ -994,7 +996,7 @@ AC_TRY_COMPILE([
994 [ char *lastlog = _PATH_LASTLOG; ], 996 [ char *lastlog = _PATH_LASTLOG; ],
995 [ AC_MSG_RESULT(yes) ], 997 [ AC_MSG_RESULT(yes) ],
996 [ 998 [
997 AC_MSG_RESULT(no), 999 AC_MSG_RESULT(no)
998 system_lastlog_path=no 1000 system_lastlog_path=no
999 ]) 1001 ])
1000 ] 1002 ]