blob: 16cdb44e92be9cd3193a22f33f2b719949fe6c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$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
|