summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2014-03-08 11:58:06 -0600
committerNick Zitzmann <nickzman@gmail.com>2014-03-08 11:58:06 -0600
commit63e3e03dae4abc19d176b35bc39ddf6e7c23a546 (patch)
tree2053cec43476574e32f275065c9495e237b8eb42
parent6da4085e48b90670d12464f08113bc2f58779035 (diff)
downloadgnurl-63e3e03dae4abc19d176b35bc39ddf6e7c23a546.tar.gz
gnurl-63e3e03dae4abc19d176b35bc39ddf6e7c23a546.tar.bz2
gnurl-63e3e03dae4abc19d176b35bc39ddf6e7c23a546.zip
docs: remove documentation on setting up krb4 support
The information about building with Kerberos4 support was half a year out of date. We dropped support for that.
-rw-r--r--docs/INSTALL12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index f002c2800..b9d758024 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -115,18 +115,6 @@ UNIX
./configure --disable-thread
- To build curl with kerberos4 support enabled, curl requires the krb4 libs
- and headers installed. You can then use a set of options to tell
- configure where those are:
-
- --with-krb4-includes[=DIR] Specify location of kerberos4 headers
- --with-krb4-libs[=DIR] Specify location of kerberos4 libs
- --with-krb4[=DIR] where to look for Kerberos4
-
- In most cases, /usr/athena is the install prefix and then it works with
-
- ./configure --with-krb4=/usr/athena
-
If you're a curl developer and use gcc, you might want to enable more
debug options with the --enable-debug option.