Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f34e3b69
Commit
f34e3b69
authored
Sep 12, 2002
by
Niels Möller
Browse files
Deleted the ipv6 test that tried to create an ipv6
socket. Rev: configure.ac:1.16
parent
888856fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f34e3b69
...
...
@@ -758,25 +758,7 @@ AC_MSG_RESULT([done])
# IPv6 support
if test x$enable_ipv6 = xyes ; then
AC_CACHE_CHECK([if IPv6 is supported],
lsh_cv_sys_ipv6,
[AC_TRY_RUN([/* AF_INET6 avalable check */
#include <sys/types.h>
#include <sys/socket.h>
int main(int argc, char **argv)
{
if (socket(AF_INET6, SOCK_STREAM, 0) < 0)
exit(1);
else
exit(0);
}
], lsh_cv_sys_ipv6=yes,
lsh_cv_sys_ipv6=no,
lsh_cv_sys_ipv6=no)])
if test x$lsh_cv_sys_ipv6 != xyes ; then
enable_ipv6=no
elif test x$ac_cv_func_getaddrinfo != xyes ; then
if test x$ac_cv_func_getaddrinfo != xyes ; then
AC_MSG_WARN([getaddrinfo not found. Disabling IPv6 support])
enable_ipv6=no
elif test x$ac_cv_func_gai_strerror != xyes ; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment