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

This commit is contained in:
Ken Thomases 2007-10-19 16:18:17 -05:00 committed by Alexandre Julliard
parent d594c1eab4
commit a609fee43a
2 changed files with 5 additions and 5 deletions

6
configure vendored
View File

@ -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

View File

@ -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>