summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 29c482396..160e1d2f7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.248 2001/02/19 01:56:39 djm Exp $ 1# $Id: configure.in,v 1.249 2001/02/20 18:22:39 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -156,7 +156,7 @@ mips-sony-bsd|mips-sony-newsos4)
156 ;; 156 ;;
157*-*-solaris*) 157*-*-solaris*)
158 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 158 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
159 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib" 159 LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
160 need_dash_r=1 160 need_dash_r=1
161 AC_DEFINE(PAM_SUN_CODEBASE) 161 AC_DEFINE(PAM_SUN_CODEBASE)
162 # hardwire lastlog location (can't detect it on some versions) 162 # hardwire lastlog location (can't detect it on some versions)