From 63e3e03dae4abc19d176b35bc39ddf6e7c23a546 Mon Sep 17 00:00:00 2001
From: Nick Zitzmann <nickzman@gmail.com>
Date: Sat, 8 Mar 2014 11:58:06 -0600
Subject: [PATCH] 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.
---
 docs/INSTALL | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/docs/INSTALL b/docs/INSTALL
index f002c28006..b9d7580241 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.
 
-- 
GitLab