Commit a609fee4 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.

parent d594c1ea
......@@ -7166,6 +7166,9 @@ cat >>conftest.$ac_ext <<_ACEOF
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#if HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#include <$ac_header>
_ACEOF
......@@ -7208,9 +7211,6 @@ fi
done
#if HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
for ac_header in netinet/tcp_var.h
......
......@@ -281,10 +281,10 @@ AC_CHECK_HEADERS([netinet/in_pcb.h netinet/ip_var.h net/if.h net/if_arp.h net/if
[#include <sys/types.h>
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif])
#endif
#if HAVE_SYS_SOCKETVAR_H
# include <sys/socketvar.h>
#endif
#endif])
AC_CHECK_HEADERS([netinet/tcp_var.h],,,
[#include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment