Add missing gss option to msvc config template
authorMagnus Hagander <magnus@hagander.net>
Wed, 30 Mar 2016 08:49:44 +0000 (10:49 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 30 Mar 2016 08:49:44 +0000 (10:49 +0200)
Michael Paquier

src/tools/msvc/config_default.pl

index e50be7e42d23d672fdaaf1dfb6aea601fcad897a..33631b486b2c9f5f6ca08b25d99efaaf726fb77d 100644 (file)
@@ -15,6 +15,7 @@ our $config = {
        # wal_segsize => 16,      # --with-wal-segsize, 16MB by default
        ldap      => 1,        # --with-ldap
        extraver  => undef,    # --with-extra-version=<string>
+       gss       => undef,    # --with-gssapi=<path>
        nls       => undef,    # --enable-nls=<path>
        tap_tests => undef,    # --enable-tap-tests
        tcl       => undef,    # --with-tls=<path>