$NetBSD: patch-ac,v 1.8 2001/07/14 06:35:12 jlam Exp $ --- configure.orig Mon Sep 28 16:50:23 1998 +++ configure Sat Jul 14 02:12:00 2001 @@ -1565,7 +1565,6 @@ echo $ac_n "checking for $dir/lib in LIBS""... $ac_c" 1>&6 echo "configure:1567: checking for $dir/lib in LIBS" >&5 if test -d $dir/lib ; then - addlib $dir/lib echo "$ac_t""yes" 1>&6 else echo "$ac_t""no" 1>&6 @@ -1574,7 +1573,6 @@ echo $ac_n "checking for $dir/include in INCPATH""... $ac_c" 1>&6 echo "configure:1576: checking for $dir/include in INCPATH" >&5 if test -d $dir/include ; then - INCPATH="$INCPATH -I$dir/include" echo "$ac_t""yes" 1>&6 else echo "$ac_t""no" 1>&6 @@ -1585,10 +1583,8 @@ echo "configure:1586: checking for /usr/ucblib in LIBS" >&5 if test -d /usr/ucblib ; then if test "$build" = "mips-sni-sysv4" ; then - addlib /usr/ccs/lib -lc fi - addlib /usr/ucblib echo "$ac_t""yes" 1>&6 else