blob: 73312e333904c8763a185e40bc1ae7414734efc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri Jul 31 22:54:32 1998
+++ configure Fri Jul 31 22:52:16 1998
@@ -1072,7 +1072,7 @@
echo "checking for extra include and lib directories..." 1>&6
b1=`cd .. ; pwd`
b2=`cd ../.. ; pwd`
-exdirs="$HOME $j $b1 $b2 $prefix /usr/local /usr/ccs"
+exdirs="$HOME $j $b1 $b2 $prefix /usr/ccs"
subexdirs="-"
if test "$subexdirs" = "" ; then
@@ -1766,7 +1766,7 @@
echo "$ac_t""no" 1>&6
fi
- if test "$ac_cv_lib_socks5" = yes ; then
+ if test "$ac_cv_lib_socks5_SOCKSinit" = yes ; then
nc_cv_socks=no
else
LIBS="$savelibs"
|