From: Guy Harris Date: Fri, 10 Nov 2017 21:44:25 +0000 (-0800) Subject: INET6 controls whether the library *supports* IPv6, not whether it "uses" it. X-Git-Tag: libpcap-1.9-bp~386 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/9ea2818a9a2830b6181dda6ef5ad2b23030a3613?ds=inline INET6 controls whether the library *supports* IPv6, not whether it "uses" it. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 83ac9e64..df4414a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -522,7 +522,7 @@ if(NOT WIN32) endif() if(INET6) - message(STATUS "Use IPv6") + message(STATUS "Support IPv6") endif(INET6) #