From d3aeaba9ee057444b3f951039c743ab961a20726 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 e50be7e42d2..5a940bbd563 100644 --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -17,7 +17,7 @@ our $config = { extraver => undef, # --with-extra-version= 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