lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev one more IPv6 fix for lynx2.8.4dev10


From: sumikawa
Subject: lynx-dev one more IPv6 fix for lynx2.8.4dev10
Date: Sun, 24 Sep 2000 01:06:23 +0900 (JST)

Hi,

The follwoing patch is one more IPv6 fix for lynx2.8.4dev10.

Configure fails when configure is run with --enable-ipv6 on IPv4-only
kernel which has getaddrinfo() because current getaddrinfo checiking
is too strict.

Needless to say, you should run autoconf after applying the patch.

---
Munechika SUMIKAWA @ KAME Project / FreeBSD.org

--- aclocal.m4.orig     Fri Sep  1 20:23:46 2000
+++ aclocal.m4  Sun Sep 24 00:46:40 2000
@@ -1403,7 +1403,9 @@
      }
    }
 
-   if (inet6 != 2 || inet4 != 2)
+   if (!(inet4 == 0 || inet4 == 2))
+     goto bad;
+   if (!(inet6 == 0 || inet6 == 2))
      goto bad;
 
    if (aitop)

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]