Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap acinclude.m4

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Jan 2001 17:47:17 -0600 (CST)
guy         2001/01/27 17:47:17 CST

  Modified files:
    wiretap              acinclude.m4 
  Log:
  "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.
  
  Revision  Changes    Path
  1.7       +2 -2      ethereal/wiretap/acinclude.m4