aboutsummaryrefslogtreecommitdiff
path: root/irc/irc/files/patch-ad
blob: 49e2f041fe4039f3f2deb4cd2116d442a61ca47c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- support/configure.orig	Thu Oct 19 22:17:48 2000
+++ support/configure	Thu Oct 19 22:18:16 2000
@@ -1296,7 +1296,7 @@
 fi
 
 irc_cv_solaris_2=no
-if test "$irc_sun" = no; then
+if test "$irc_cv_sun" = no; then
   echo "$ac_t""no" 1>&6
 else
   if uname -r 2>/dev/null | grep "^5" >/dev/null; then
@@ -4108,8 +4108,6 @@
 
     case $irc_cv_v6type in
 	kame)
-		LIBS="-L/usr/local/v6/lib -linet6 $LIBS"
-		CFLAGS="$CFLAGS -I/usr/local/v6/include"
 		;;
 	linux)
 		LIBS="-L/usr/inet6/lib -linet6 $LIBS"