aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1998-11-15 05:40:23 +0000
committerGuy Harris <guy@alum.mit.edu>1998-11-15 05:40:23 +0000
commita2fe97acd2ac655bb7163f1b2feb41298f4d1058 (patch)
tree4436b1e50b0cc93e209b5e24096fa7b3e6c8f3a7 /configure.in
parent86bf1fc851b5564f5700a937de3213e8354aa52e (diff)
Back out some changes accidentally commited by the previous checkin - I
forgot that CVS, unlike Perforce, doesn't let you edit the list of files it gives you in the editor and cause those files *not* to be committed, it requires you to specify the files to be committed if you only want some files committed. svn path=/trunk/; revision=92
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 0286fd2bdf..1bb906d80e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.11 1998/11/15 05:28:58 guy Exp $
+# $Id: configure.in,v 1.12 1998/11/15 05:40:23 guy Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
@@ -91,10 +91,9 @@ AC_CHECK_HEADERS(sys/sockio.h sys/types.h netinet/in.h)
dnl Checks for typedefs, structures, and compiler characteristics.
# AC_C_CONST
-# We need to know whether "struct sockaddr" has an "sa_len" member
-# for get_interface_list().
+# We need libpcap's AC_LBL_SOCKADDR_SA_LEN test for get_interface_list().
-AC_ETHEREAL_STRUCT_SA_LEN
+AC_LBL_SOCKADDR_SA_LEN
# We must know our byte order
AC_C_BIGENDIAN