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

Alexandre Julliard julliard at winehq.org
Mon Oct 22 09:55:16 CDT 2007


Module: wine
Branch: master
Commit: a609fee43a2332a7f745d7c329f2b14722406e96
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a609fee43a2332a7f745d7c329f2b14722406e96

Author: Ken Thomases <ken at codeweavers.com>
Date:   Fri Oct 19 16:18:17 2007 -0500

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

---

 configure    |    6 +++---
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 4a32d48..efcf3ad 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 92c763e..199e2bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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>




More information about the wine-cvs mailing list