Browse Source

Fix documentation of ENABLE_NSS

Nick Mathewson 5 years ago
parent
commit
3b10108a2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -71,7 +71,7 @@ AM_CONDITIONAL(USE_OPENSSL, test "x$enable_nss" != "xyes")
 
 if test "x$enable_nss" = "xyes"; then
   AC_DEFINE(ENABLE_NSS, 1,
-  	    [Defined if we're building with NSS in addition to OpenSSL.])
+  	    [Defined if we're building with NSS.])
 else
   AC_DEFINE(ENABLE_OPENSSL, 1,
             [Defined if we're building with OpenSSL or LibreSSL])