From: Dan Harkless Date: Tue, 6 Feb 2001 03:46:27 +0000 (+0000) Subject: * -L isn't sufficient for specifying the path of the Cyrus SASL X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/35dc2ac6e48a15b966865ec9d69326a6b2a281dd?ds=sidebyside;hp=35dc2ac6e48a15b966865ec9d69326a6b2a281dd * -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. ---