From 510cc2e048f800e1764a6d6cbcf8fff4e3bda1fd Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 27 Nov 2017 09:24:14 +0100 Subject: [PATCH] Fix typo in comment Andreas Karlsson --- src/tools/msvc/config_default.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl index f046687bd06..5c8f88f96d6 100644 --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -18,7 +18,7 @@ our $config = { gss => undef, # --with-gssapi= 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= -- 2.39.5