- (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
diff --git a/ChangeLog b/ChangeLog
index 89b3dce..de28aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+20010221
+ - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
 20010220
  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
    getcwd.c.
@@ -4078,4 +4080,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.805 2001/02/20 01:20:47 mouring Exp $
+$Id: ChangeLog,v 1.806 2001/02/20 18:22:38 mouring Exp $
diff --git a/configure.in b/configure.in
index 29c4823..160e1d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.248 2001/02/19 01:56:39 djm Exp $
+# $Id: configure.in,v 1.249 2001/02/20 18:22:39 mouring Exp $
 
 AC_INIT(ssh.c)
 
@@ -156,7 +156,7 @@
 	;;
 *-*-solaris*)
 	CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-	LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib"
+	LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" 
 	need_dash_r=1
 	AC_DEFINE(PAM_SUN_CODEBASE)
 	# hardwire lastlog location (can't detect it on some versions)