diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-08 22:40:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-08 22:40:19 +0000 |
commit | 9217194b5b6218d054735d7193d4638092f65c88 (patch) | |
tree | 6d4f2df4936b708e3fc31ba139da6ef287c3ede0 /INSTALL | |
parent | 88821a68ed910afe90e877fa7deeb5dfae53de1f (diff) | |
download | fetchmail-9217194b5b6218d054735d7193d4638092f65c88.tar.gz fetchmail-9217194b5b6218d054735d7193d4638092f65c88.tar.bz2 fetchmail-9217194b5b6218d054735d7193d4638092f65c88.zip |
Enhance --with-ssl documentation.
svn path=/trunk/; revision=4286
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -71,13 +71,14 @@ you can direct the build to look for GSSAPI support under DIR. Hooks for the OpenSSL library (see http://www.openssl.org/) are included in the distribution. To enable these, configure with ---with-ssl; they are not included in the standard build. - -If you want to build for debugging, - - CFLAGS=-g LDFLAGS=" " ./configure - -will do that. +--with-ssl; they are not included in the standard build. Fetchmail's +configure script will probe some default locations for the +include/openssl/ssl.h file. If this doesn't work (i. e. configure prints +"SSL support enabled, but OpenSSL not found" and aborts), you need to +give the explicit prefix of your OpenSSL installation (specify the +directory that contains OpenSSL's "include" subdirectory), for instance: +"--with-ssl=/example/path" would assume that you have an +/example/path/include/openssl/ssl.h header file. To specify a fallback MUA in case local port 25 doesn't respond, this is not recommended, because you'll usually see differences between MTA and |