summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-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 ]