From 2a64f15c179bae67b26d3c4e72430b372c49b828 Mon Sep 17 00:00:00 2001 From: Tim S Date: Sun, 5 Mar 2017 21:55:09 -0500 Subject: [PATCH] Edited dnl comment in "configure.in". --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 496094775c..2ca23d3936 100644 --- a/configure.in +++ b/configure.in @@ -5950,7 +5950,7 @@ if test "$wxUSE_SOCKETS" = "yes"; then fi if test "$wxUSE_SOCKETS" = "yes" ; then - dnl under Windows we always have sockets + dnl under Windows we do not use getsockname if test "$USE_WIN32" != 1 ; then dnl determine the type of third argument for getsockname dnl This test needs to be done in C++ mode since gsocket.cpp now