diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
commit | 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (patch) | |
tree | c31c58aeae5acf2c33d05bebe84ecd0cddfbc04c /INSTALL | |
parent | 17b79e30b7dd686e0f11436030e7a9bcce7969b2 (diff) | |
download | fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.gz fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.bz2 fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.zip |
Brendan Cully's fixes for GSSAPI.
svn path=/trunk/; revision=1892
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ can compile it in with `configure --enable-RPA'. Support for authentication using RFC1731 GSSAPI is available but also not included by default. You can compile it in with -`configure --enable-RPA', which looks for GSSAPI support in standard -locations (/usr, /usr/local, /usr/athena). If you set --enable-GSSAPI=DIR +`configure --with-gssapi', which looks for GSSAPI support in standard +locations (/usr, /usr/local). If you set --with-GSSAPI=DIR you can direct the build to look for GSSAPI support under DIR. If you want to build for debugging, |