]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: remove documentation on setting up krb4 support
authorNick Zitzmann <nickzman@gmail.com>
Sat, 8 Mar 2014 17:58:06 +0000 (11:58 -0600)
committerNick Zitzmann <nickzman@gmail.com>
Sat, 8 Mar 2014 17:58:06 +0000 (11:58 -0600)
The information about building with Kerberos4 support was half a year out
of date. We dropped support for that.

docs/INSTALL

index f002c2800663a88ab022667fa8c458bf99000e90..b9d758024192bdb1172f5954a54961e6e9f46fb0 100644 (file)
@@ -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.