summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-05-08 20:33:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-05-08 20:33:05 +0000
commit97c677d4f04b8f8938c893656f667a29527f4a0f (patch)
tree17e28513452c08b9a5a026e19b64ae8eae09ec59 /configure.in
parent387c472660ef173c2e469e70eb1a25d47f6e8887 (diff)
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
<wayne@blorf.net>
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 e0e45ee8e..4b1362a90 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.283 2001/05/07 12:54:26 mouring Exp $ 1# $Id: configure.in,v 1.284 2001/05/08 20:33:06 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -153,6 +153,8 @@ mips-sony-bsd|mips-sony-newsos4)
153 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" 153 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
154 need_dash_r=1 154 need_dash_r=1
155 AC_DEFINE(PAM_SUN_CODEBASE) 155 AC_DEFINE(PAM_SUN_CODEBASE)
156 AC_DEFINE(LOGIN_NEEDS_UTMPX)
157 AC_DEFINE(LOGIN_NEEDS_TERM)
156 # hardwire lastlog location (can't detect it on some versions) 158 # hardwire lastlog location (can't detect it on some versions)
157 conf_lastlog_location="/var/adm/lastlog" 159 conf_lastlog_location="/var/adm/lastlog"
158 AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x) 160 AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)