diff options
author | Magnus Hagander | 2017-11-27 08:30:03 +0000 |
---|---|---|
committer | Magnus Hagander | 2017-11-27 08:30:03 +0000 |
commit | 65f1623336a39f65a9d8a34e06f127cae583ff3b (patch) | |
tree | b91993c0eb14763e7be43a0988fec1a025f0d114 | |
parent | d8d9c97cd118a8411ea238a07c46c4ad22767fab (diff) |
Fix typo in comment
Andreas Karlsson
-rw-r--r-- | src/tools/msvc/config_default.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl index 96512e6b54f..cdbc181265d 100644 --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -13,7 +13,7 @@ our $config = { ldap => 1, # --with-ldap 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-ssl=<path> |