]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Abort configure if --with-ssl given but SSL unavailable. Use HAVE_LIBSSL
[wget] / src / wget.h
index 5abce2779145e5126493d86a95ecc06785c19581..bfcaf8dd44c22ad7d514648d421325344e90577b 100644 (file)
@@ -40,7 +40,8 @@ so, delete this exception statement from your version.  */
 # define NDEBUG
 #endif
 
-#if defined HAVE_OPENSSL || defined HAVE_GNUTLS
+/* Is OpenSSL or GNUTLS available? */
+#if defined HAVE_LIBSSL || defined HAVE_LIBGNUTLS
 # define HAVE_SSL
 #endif