summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2017-11-27 09:30:03 +0100
committerMagnus Hagander <magnus@hagander.net>2017-11-27 09:30:03 +0100
commit65f1623336a39f65a9d8a34e06f127cae583ff3b (patch)
treeb91993c0eb14763e7be43a0988fec1a025f0d114
parentd8d9c97cd118a8411ea238a07c46c4ad22767fab (diff)
downloadpostgresql-65f1623336a39f65a9d8a34e06f127cae583ff3b.tar.gz
Fix typo in comment
Andreas Karlsson
-rw-r--r--src/tools/msvc/config_default.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl
index 96512e6b54..cdbc181265 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>