Comment fix of config_default.pl - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Comment fix of config_default.pl
Date
Msg-id 20190712.121529.194600624.horikyota.ntt@gmail.com
Whole thread Raw
Responses Re: Comment fix of config_default.pl  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello.

In src/tools/msvc/config_default.pl, peremeter "perl" requires a
path string, not a bool differently from that of configure
script. --with-python has the same characteristics and the
comment is suggesting that.

We need to fix --with-perl and --with-uuid the same way.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center
diff --git a/src/tools/msvc/config_default.pl b/src/tools/msvc/config_default.pl
index 2553636dc1..9f37ba53f8 100644
--- a/src/tools/msvc/config_default.pl
+++ b/src/tools/msvc/config_default.pl
@@ -18,10 +18,10 @@ our $config = {
     nls       => undef,    # --enable-nls=<path>
     tap_tests => undef,    # --enable-tap-tests
     tcl       => undef,    # --with-tcl=<path>
-    perl      => undef,    # --with-perl
+    perl      => undef,    # --with-perl=<path>
     python    => undef,    # --with-python=<path>
     openssl   => undef,    # --with-openssl=<path>
-    uuid      => undef,    # --with-ossp-uuid
+    uuid      => undef,    # --with-ossp-uuid=<path>
     xml       => undef,    # --with-libxml=<path>
     xslt      => undef,    # --with-libxslt=<path>
     iconv     => undef,    # (not in configure, path to iconv)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)
Next
From: Robins Tharakan
Date:
Subject: Brazil disables DST - 2019b update