Ethereal-cvs: [Ethereal-cvs] Rev 12099: /trunk/: acinclude.m4

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

Date: Sat, 25 Sep 2004 09:33:57 -0000
User: guy
Date: 2004/09/25 04:33 AM

Log:
 Don't just add "-lresolv" to KRB5_LIBS if it's missing - on some
 platforms, it's missing because it's not needed, which is good because
 it's not even *present* on those platforms (the resolver functions are
 built into libc).  If there really are platforms where krb5-config is
 broken to the extent that it doesn't list -lresolv when it's required,
 the way to fix that is to try building a program with Heimdal and just
 the krb5-config libraries and, if that fails, try building with those
 libraries and -lresolv - if that works, add -lresolv to the list of
 libraries.
 
 Don't just replace -lcrypto with SSL_LIBS in KRB5_LIBS, as SSL_LIBS
 might not contain any libraries - replace it only if SSL_LIBS is defined
 as something.

Directory: /trunk/
  Changes    Path            Action
  +20 -10    acinclude.m4    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12099&view=rev