* -L isn't sufficient for specifying the path of the Cyrus SASL
authorDan Harkless <dan@harkless.org>
Tue, 6 Feb 2001 03:46:27 +0000 (03:46 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 6 Feb 2001 03:46:27 +0000 (03:46 +0000)
commit35dc2ac6e48a15b966865ec9d69326a6b2a281dd
tree34d887b8a1fc0987e3c10351b002e6f6d45359d2
parent422873787f3bdfabeba1a40981c5efeb925ca4cc
* -L isn't sufficient for specifying the path of the Cyrus SASL
  shared library.  That'll allow us to link successfully, but on
  many/most OSes that won't allow us to find libsasl at runtime.  On
  Solaris, we need to specify the library path with -R as well (or
  else the user will have to use the $LD_LIBRARY_PATH kludge, which
  is considered harmful).  This fix should be extended to other OSes
  as well.

* Print whether we have SASL support in the "nmh configuration"
  summary configure prints out.
ChangeLog
configure
configure.in
stamp-h.in