diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-15 04:53:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-15 04:53:56 +0000 |
commit | 9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11 (patch) | |
tree | 7f2538fd1263549cb64484aa2dcfc6b744712869 | |
parent | 33b0a5870613e7df0cb9df3e90f92f209a2f0ac2 (diff) | |
download | fetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.tar.gz fetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.tar.bz2 fetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.zip |
Note about GSSAPI build.
svn path=/trunk/; revision=1572
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -49,6 +49,12 @@ Support for CompuServe's RPA authentication method (rather similar to APOP) is available but also not included in the standard build. You can compile it in with `configure --enable-RPA'. +Support for authentication using GSSAPI over Kerberos V 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 +you can direct the build to look for GSSAPI support under DIR. + If you want to build for debugging, CFLAGS=-g LDFLAGS=" " ./configure |