Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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@xxxxxxxxxxxxxxxxx>
Date: Wed, 20 Aug 2003 17:05:08 -0500 (CDT)
guy         2003/08/20 17:05:08 CDT

  Modified files:
    .                    configure.in 
  Log:
  Don't do a check inside an AC_MSG_CHECKING/AC_MSG_RESULT pair - the
  output looks bad if you do.  Split the check for "should I check for an
  SNMP library?" into "should I check for NET-SNMP?" and "should I check
  for UCD SNMP?" (which makes sense because they're controlled by
  different configure script options).
  
  Revision  Changes    Path
  1.216     +8 -6      ethereal/configure.in