diff options
author | Magnus Hagander <magnus@hagander.net> | 2017-11-27 09:30:42 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2017-11-27 09:30:42 +0100 |
commit | caa6e12b5deb3ece8828507b2b4d4e1218d42ed7 (patch) | |
tree | 54135d29b7c0e897677deb0f6d1922b70bbfda51 /src | |
parent | 69e5b1e9ccd77dae2c8f2f1c684d8cb4826d99e9 (diff) |
Fix typo in comment
Andreas Karlsson
Diffstat (limited to 'src')
-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 2489d3827fd..1e2f4713eb2 100644 --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -12,7 +12,7 @@ our $config = { # wal_segsize => 16, # --with-wal-segsize, 16MB by default ldap => 1, # --with-ldap nls => undef, # --enable-nls=<path> - tcl => undef, # --with-tls=<path> + tcl => undef, # --with-tcl=<path> perl => undef, # --with-perl python => undef, # --with-python=<path> krb5 => undef, # --with-krb5=<path> |