]> granicus.if.org Git - curl/commitdiff
more configure options explained
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Sep 2000 22:32:46 +0000 (22:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Sep 2000 22:32:46 +0000 (22:32 +0000)
docs/INSTALL

index 2451a5c3ace07bcf961b1a1c6ca1f64837e8dce2..556abbfb3a3dbe2c04d61e5094abbad0327b5c19 100644 (file)
@@ -130,6 +130,22 @@ UNIX
 
        ./configure --disable-shared
 
+     To tell the configure script to skip searching for thread-safe functions,
+     add an option like:
+
+       ./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
 
 Win32
 =====