Skip to content

Commit 3bc38fe

Browse files
committed
autoconf: update a comment to reflect reality. [skip ci]
We no longer check whether the OS supports IPv6, so don't say we do.
1 parent d48f64b commit 3bc38fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

configure.ac

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,11 @@ else
284284
fi
285285

286286
#
287-
# We must check this before checking whether to check the OS's IPv6,
288-
# support because, on some platforms (such as SunOS 5.x), the test
289-
# program requires the extra networking libraries.
287+
# XXX - we used to check this before checking whether to check the OS's
288+
# IPv6, support because, on some platforms (such as SunOS 5.x), the test
289+
# program requires the extra networking libraries. We no longer
290+
# test for IPv6 support, we just assume it's present with the
291+
# standard API, so perhaps this can be moved.
290292
#
291293
AC_LBL_LIBRARY_NET
292294

0 commit comments

Comments
 (0)