Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap configure.in

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: Tue, 17 Apr 2001 17:47:38 -0500 (CDT)
guy         2001/04/17 17:47:38 CDT

  Modified files:
    wiretap              configure.in 
  Log:
  As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" and
  "-L/usr/local/lib" added to CFLAGS and LDFLAGS merely as a result of
  running AM_PATH_GLIB, as 1.2.9 and later don't install headers directly
  under "/usr/local/include".  Therefore, we have to put
  "-I/usr/local/include" into CFLAGS ourselves, just as we do in the
  top-level configure script, or we run the risk of not being able to find
  other packages (libpcap, zlib, etc.) if it's installed under
  "/usr/local".
  
  Revision  Changes    Path
  1.26      +29 -2     ethereal/wiretap/configure.in