]> The Tcpdump Group git mirrors - libpcap/commitdiff
INET6 controls whether the library *supports* IPv6, not whether it "uses" it.
authorGuy Harris <[email protected]>
Fri, 10 Nov 2017 21:44:25 +0000 (13:44 -0800)
committerGuy Harris <[email protected]>
Fri, 10 Nov 2017 21:44:25 +0000 (13:44 -0800)
CMakeLists.txt

index 83ac9e649bae2efbb11112887bd6bdb1d28c0053..df4414a83c6101d93c101521cbe2ec8cdf613507 100644 (file)
@@ -522,7 +522,7 @@ if(NOT WIN32)
 endif()
 
 if(INET6)
-    message(STATUS "Use IPv6")
+    message(STATUS "Support IPv6")
 endif(INET6)
 
 #