From c757ced83fa326d469cf26765d3deff6ff8448e3 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 26 Jun 2005 14:43:50 -0700 Subject: [PATCH] [svn] Slightly more correct description of HAVE_SSL. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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