Add missing gss option to msvc config template

Michael Paquier
This commit is contained in:
Magnus Hagander 2016-03-30 10:49:44 +02:00
parent c53ab8a3af
commit 3063e7a840
1 changed files with 1 additions and 0 deletions

View 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>