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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 25 Apr 2001 02:44:05 -0500 (CDT)
guy         2001/04/25 02:44:05 CDT

  Modified files:
    .                    configure.in 
  Log:
  Fail if both UCD and CMU SNMP headers are found; we have no idea which
  of the two libraries is installed - or, if both are installed in
  different directories, or if a shared library for one and an unshared
  library for another are installed in the same directory, which one we'll
  get if we link with "-lsnmp" - so we have no idea whether the header
  files with which we compile will match the library with which we link.
  
  Revision  Changes    Path
  1.121     +13 -1     ethereal/configure.in