Austin English : configure: Fix <netinet/in_pcb.h> detection on OpenBSD.

Alexandre Julliard julliard at winehq.org
Tue Jan 27 09:07:36 CST 2009


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

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Jan 26 23:34:42 2009 -0600

configure: Fix <netinet/in_pcb.h> detection on OpenBSD.

---

 configure    |    3 +++
 configure.ac |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 58aa461..f7a5ea7 100755
--- a/configure
+++ b/configure
@@ -7962,6 +7962,9 @@ cat >>conftest.$ac_ext <<_ACEOF
      #ifdef HAVE_SYS_SOCKETVAR_H
      # include <sys/socketvar.h>
      #endif
+     #ifdef HAVE_NET_ROUTE_H
+     # include <net/route.h>
+     #endif
      #ifdef HAVE_NETINET_IN_H
      # include <netinet/in.h>
      #endif
diff --git a/configure.ac b/configure.ac
index 61c50b3..122191d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -399,6 +399,9 @@ AC_CHECK_HEADERS(\
      #ifdef HAVE_SYS_SOCKETVAR_H
      # include <sys/socketvar.h>
      #endif
+     #ifdef HAVE_NET_ROUTE_H
+     # include <net/route.h>
+     #endif
      #ifdef HAVE_NETINET_IN_H
      # include <netinet/in.h>
      #endif




More information about the wine-cvs mailing list