summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-29 14:30:37 +1100
committerDamien Miller <djm@mindrot.org>2000-08-29 14:30:37 +1100
commite5192fafbfbc49afaa64c7b9f3c8d90efe2f1297 (patch)
tree865a8be1325fd1881b13f3e570d288d406484756 /configure.in
parent6d8c11f627d75f5e48dfcb23c0fe9e65a7b522eb (diff)
- (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 824ff5c02..b7f216bb9 100644
--- a/configure.in
+++ b/configure.in
@@ -122,15 +122,13 @@ case "$host" in
122 need_dash_r=1 122 need_dash_r=1
123 ;; 123 ;;
124*-next-*) 124*-next-*)
125 # hardwire lastlog location (can't detect it on some versions)
126 conf_lastlog_location="/usr/adm/lastlog" 125 conf_lastlog_location="/usr/adm/lastlog"
127 conf_utmp_location=/etc/utmp 126 conf_utmp_location=/etc/utmp
127 conf_wtmp_location=/usr/adm/wtmp
128 MAIL=/usr/spool/mail
128 AC_DEFINE(HAVE_NEXT) 129 AC_DEFINE(HAVE_NEXT)
129 CFLAGS="$CFLAGS -I/usr/local/include" 130 CFLAGS="$CFLAGS -I/usr/local/include"
130 MAIL=/usr/spool/mail
131 AC_MSG_WARN([*** Tested: PA-RISC/m68k Untested: Sparc/Intel]) 131 AC_MSG_WARN([*** Tested: PA-RISC/m68k Untested: Sparc/Intel])
132 AC_MSG_WARN([*** Expect 'scp' to fail!])
133 AC_MSG_WARN([*** Please report any problems, thanks])
134 ;; 132 ;;
135*-*-solaris*) 133*-*-solaris*)
136 CFLAGS="$CFLAGS -I/usr/local/include" 134 CFLAGS="$CFLAGS -I/usr/local/include"