mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Backpatch MSVC build fix for XSLT
This commit is contained in:
parent
58128f7de0
commit
57e9e01ecd
@ -84,6 +84,10 @@ sub GenerateFiles {
|
|||||||
print O "#define USE_SSL 1\n" if ($self->{options}->{openssl});
|
print O "#define USE_SSL 1\n" if ($self->{options}->{openssl});
|
||||||
print O "#define ENABLE_NLS 1\n" if ($self->{options}->{nls});
|
print O "#define ENABLE_NLS 1\n" if ($self->{options}->{nls});
|
||||||
print O "#define LOCALEDIR \"/usr/local/pgsql/share/locale\"\n" if ($self->{options}->{nls});
|
print O "#define LOCALEDIR \"/usr/local/pgsql/share/locale\"\n" if ($self->{options}->{nls});
|
||||||
|
if ($self->{options}->{xml}) {
|
||||||
|
print O "#define HAVE_LIBXSLT\n";
|
||||||
|
print O "#define USE_LIBXSLT\n";
|
||||||
|
}
|
||||||
if ($self->{options}->{krb5}) {
|
if ($self->{options}->{krb5}) {
|
||||||
print O "#define KRB5 1\n";
|
print O "#define KRB5 1\n";
|
||||||
print O "#define HAVE_KRB5_ERROR_TEXT_DATA 1\n";
|
print O "#define HAVE_KRB5_ERROR_TEXT_DATA 1\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user