summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-03-05 20:03:07 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-03-05 20:03:07 +1100
commitc0a0c3fc4a76b682db22146b28ddc46566db1ce9 (patch)
treebb87dc749f9ff020a7a92491e08ccf1f198bed60 /configure.ac
parent58fd4c5c0140f6636227ca7acbb149ab0c2509b9 (diff)
Disable UTMPX on SunOS4.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d2fb4469c..68586a30d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1007,6 +1007,7 @@ mips-sony-bsd|mips-sony-newsos4)
1007 conf_wtmp_location=/var/adm/wtmp 1007 conf_wtmp_location=/var/adm/wtmp
1008 conf_lastlog_location=/var/adm/lastlog 1008 conf_lastlog_location=/var/adm/lastlog
1009 AC_DEFINE([USE_PIPES]) 1009 AC_DEFINE([USE_PIPES])
1010 AC_DEFINE([DISABLE_UTMPX], [1], [no utmpx])
1010 ;; 1011 ;;
1011*-ncr-sysv*) 1012*-ncr-sysv*)
1012 LIBS="$LIBS -lc89" 1013 LIBS="$LIBS -lc89"