diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-27 06:57:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-27 06:57:36 +0000 |
commit | 4917514b49d5893d2bc71f5d2deb021c646da1ed (patch) | |
tree | f239f9284e1868ab60c0131b13724526f3980593 /INSTALL | |
parent | 10bd337ff3891c96bec7719e926bd11842519c5f (diff) | |
download | fetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.tar.gz fetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.tar.bz2 fetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.zip |
First cut at being able to specify a Kerberos directory.
svn path=/trunk/; revision=1125
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ and there don't seem to be any live servers for it anymore. You can configure it back in if you want with `configure --enable-POP2', but leaving it out cuts the executable's size slightly. +Specifying --with-kerberos=DIR will tell the fetchmail build process to +look in DIR for Kerberos support. Configure normally looks in /usr/kerberos +and /usr/athena; if you specify this option it will look in DIR first. + If you want to build for debugging, CFLAGS=-g LDFLAGS=" " ./configure |