소스 검색

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

Tatsuhiro Tsujikawa 13 년 전
부모
커밋
39d8f57237
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.asciidoc

+ 4 - 4
README.asciidoc

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