Typo in config_default.pl comment

2017-11-26 Thread Andreas Karlsson

Hi,

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


Andreas

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=
 	nls   => undef,# --enable-nls=
 	tap_tests => undef,# --enable-tap-tests
-	tcl   => undef,# --with-tls=
+	tcl   => undef,# --with-tcl=
 	perl  => undef,# --with-perl
 	python=> undef,# --with-python=
 	openssl   => undef,# --with-openssl=


Typo in config_default.pl comment

2017-11-26 Thread Andreas Karlsson

Hi,

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


Andreas

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=
 	nls   => undef,# --enable-nls=
 	tap_tests => undef,# --enable-tap-tests
-	tcl   => undef,# --with-tls=
+	tcl   => undef,# --with-tcl=
 	perl  => undef,# --with-perl
 	python=> undef,# --with-python=
 	openssl   => undef,# --with-openssl=


Re: Typo in config_default.pl comment

2017-11-27 Thread Magnus Hagander
On Mon, Nov 27, 2017 at 2:21 AM, Andreas Karlsson  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/ 
 Work: https://www.redpill-linpro.com/ 


Re: Typo in config_default.pl comment

2017-11-27 Thread Magnus Hagander
On Mon, Nov 27, 2017 at 2:21 AM, Andreas Karlsson  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/ 
 Work: https://www.redpill-linpro.com/