diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
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" |