From 67fb5332334da6483ef4a843521c1df4ab731ace Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 27 Jan 2001 23:47:16 +0000 Subject: "autoheader" recognizes AC_CHECK_HEADERS as a macro that defines HAVE_XXX_H if xxx.h is present, but doesn't recognize AC_CHECK_HEADER as such, and thus doesn't put anything about HAVE_XXX_H into "config.h.in", and thus HAVE_XXX_H doesn't get defined even if xxx.h is present. svn path=/trunk/; revision=2942 --- wiretap/acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') diff --git a/wiretap/acinclude.m4 b/wiretap/acinclude.m4 index 131c1b0e30..cb6c9b9b6e 100644 --- a/wiretap/acinclude.m4 +++ b/wiretap/acinclude.m4 @@ -2,7 +2,7 @@ dnl Macros that test for specific features. dnl This file is part of the Autoconf packaging for Ethereal. dnl Copyright (C) 1998-2000 by Gerald Combs. dnl -dnl $Id: acinclude.m4,v 1.6 2000/08/25 06:25:20 guy Exp $ +dnl $Id: acinclude.m4,v 1.7 2001/01/27 23:47:16 guy Exp $ dnl # Configure paths for GLIB @@ -226,7 +226,7 @@ AC_DEFUN(AC_WIRETAP_PCAP_CHECK, fi # Pcap header check - AC_CHECK_HEADER(pcap.h) + AC_CHECK_HEADERS(pcap.h) ]) # -- cgit v1.2.3