Commit 3063e7a8 authored by Magnus Hagander's avatar Magnus Hagander

Add missing gss option to msvc config template

Michael Paquier
parent c53ab8a3
...@@ -15,6 +15,7 @@ our $config = { ...@@ -15,6 +15,7 @@ our $config = {
# wal_segsize => 16, # --with-wal-segsize, 16MB by default # wal_segsize => 16, # --with-wal-segsize, 16MB by default
ldap => 1, # --with-ldap ldap => 1, # --with-ldap
extraver => undef, # --with-extra-version=<string> extraver => undef, # --with-extra-version=<string>
gss => undef, # --with-gssapi=<path>
nls => undef, # --enable-nls=<path> nls => undef, # --enable-nls=<path>
tap_tests => undef, # --enable-tap-tests tap_tests => undef, # --enable-tap-tests
tcl => undef, # --with-tls=<path> tcl => undef, # --with-tls=<path>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment