commit | a609fee43a2332a7f745d7c329f2b14722406e96 | [log] [tgz] |
---|---|---|
author | Ken Thomases <ken@codeweavers.com> | Fri Oct 19 16:18:17 2007 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 22 12:36:07 2007 +0200 |
tree | 6e791e5d5b1745987a32f9a0e882e85f5fa4c141 | |
parent | d594c1eab4de46da98720af3c62bab8ae259209d [diff] [blame] |
configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
diff --git a/configure.ac b/configure.ac index 92c763e..199e2bb 100644 --- a/configure.ac +++ b/configure.ac
@@ -281,10 +281,10 @@ [#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>