Fixed doc: neither libnettle nor libgcrypt will not be used with OpenSSL.

pull/9/head
Tatsuhiro Tsujikawa 2012-01-16 22:50:55 +09:00
parent bb49e440da
commit 39d8f57237
1 changed files with 4 additions and 4 deletions

View File

@ -113,10 +113,10 @@ Note;;
Note;; Note;;
libnettle has precedence over libgcrypt and libgcrypt has precedence libnettle has precedence over libgcrypt if both libraries are
over OpenSSL. If you prefer libgcrypt, run configure with installed. If you prefer libgcrypt, run configure with
\--without-libnettle \--with-libgcrypt. If you prefer OpenSSL, run \--without-libnettle \--with-libgcrypt. If OpenSSL is selected over
configure with \--without-gnutls \--with-openssl. GnuTLS, neither libnettle nor libgcrypt will be used.
Note;; Note;;