From fdf943d6324303cb62fa465bb5f0ae6b26015302 Mon Sep 17 00:00:00 2001 From: assar Date: Sun, 9 Apr 2000 17:44:26 +0000 Subject: [PATCH] check for u_int32_t (used in genocde) --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 3763515..8be0924 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.74 2000-04-01 12:06:37 assar Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.75 2000-04-09 17:44:26 assar 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.74 $) +AC_REVISION($Revision: 1.75 $) AC_INIT(pcap.c) AC_CANONICAL_SYSTEM @@ -19,6 +19,8 @@ fi AC_LBL_C_INIT(V_CCOPT, V_INCLS) +AC_LBL_CHECK_TYPE(u_int32_t, u_int) + AC_C___ATTRIBUTE__ AC_CHECK_HEADERS(malloc.h sys/ioccom.h sys/sockio.h ifaddrs.h)