Typo in config_default.pl comment

Started by Andreas Karlssonabout 8 years ago2 messages
#1Andreas Karlsson
andreas@proxel.se
1 attachment(s)

Hi,

There is a --with-tls in the comments in config_default.pl which should
be --with-tcl.

Andreas

Attachments:

msvc-config-typo.patchtext/x-patch; name=msvc-config-typo.patchDownload
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl
index 4d69dc2a2e..d7a9fc5039 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -18,7 +18,7 @@ our $config = {
 	icu       => undef,    # --with-icu=<path>
 	nls       => undef,    # --enable-nls=<path>
 	tap_tests => undef,    # --enable-tap-tests
-	tcl       => undef,    # --with-tls=<path>
+	tcl       => undef,    # --with-tcl=<path>
 	perl      => undef,    # --with-perl
 	python    => undef,    # --with-python=<path>
 	openssl   => undef,    # --with-openssl=<path>
#2Magnus Hagander
magnus@hagander.net
In reply to: Andreas Karlsson (#1)
Re: Typo in config_default.pl comment

On Mon, Nov 27, 2017 at 2:21 AM, Andreas Karlsson <andreas@proxel.se> wrote:

Hi,

There is a --with-tls in the comments in config_default.pl which should
be --with-tcl.

Oops. Applied, thanks.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;