configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
This commit is contained in:
parent
d594c1eab4
commit
a609fee43a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue