From: hniksic Date: Sun, 26 Jun 2005 21:43:50 +0000 (-0700) Subject: [svn] Slightly more correct description of HAVE_SSL. X-Git-Tag: v1.13~896 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c757ced83fa326d469cf26765d3deff6ff8448e3 [svn] Slightly more correct description of HAVE_SSL. --- diff --git a/configure.in b/configure.in index 1e4967b9..5996b155 100644 --- a/configure.in +++ b/configure.in @@ -264,7 +264,7 @@ then then AC_MSG_NOTICE([compiling in support for SSL]) AC_DEFINE([HAVE_SSL], 1, - [Define if SSL support should be compiled in.]) + [Define if SSL support is being compiled in.]) SSL_OBJ='openssl.o' fi fi