]> The Tcpdump Group git mirrors - libpcap/commitdiff
From Albert Chin: include <arpa/inet.h> in the test program that checks
authorguy <guy>
Tue, 19 Apr 2005 00:51:38 +0000 (00:51 +0000)
committerguy <guy>
Tue, 19 Apr 2005 00:51:38 +0000 (00:51 +0000)
whether netinet/if_ether.h declares ether_hostton() - that's required
for AIX 4.3.3.

configure
configure.in

index ab1067b2f39de66ba88ff3c9bb193fa0a402925f..047a34901f5b06123aa903ea316826da79acfd4b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.121 .
+# From configure.in Revision: 1.120.2.2 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -4773,6 +4773,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 struct mbuf;
 struct rtentry;
 #include <net/if.h>
index bd9ab6e61f93d392272be1634db338e7d2d9b6bc..14df52f06641077415ade0f26c4a7c9dcd054c50 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.120.2.1 2005-04-10 18:04:49 hannes Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.120.2.2 2005-04-19 00:51:38 guy Exp $ (LBL)
 dnl
 dnl Copyright (c) 1994, 1995, 1996, 1997
 dnl    The Regents of the University of California.  All rights reserved.
@@ -6,7 +6,7 @@ dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
 
-AC_REVISION($Revision: 1.120.2.1 $)
+AC_REVISION($Revision: 1.120.2.2 $)
 AC_PREREQ(2.50)
 AC_INIT(pcap.c)
 
@@ -93,6 +93,7 @@ if test "$ac_cv_func_ether_hostton" = yes; then
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 struct mbuf;
 struct rtentry;
 #include <net/if.h>