Re: build/install xml2 when configured with libxml - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: build/install xml2 when configured with libxml
Date
Msg-id 200704141006.52134.peter_e@gmx.net
Whole thread Raw
In response to Re: build/install xml2 when configured with libxml  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: build/install xml2 when configured with libxml  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan wrote:
> The attached patch adds a test for libxslt/xslt.h and only builds
> contrib/xml2 if it's found,

But the policy is that the presence of features in the final build
should not depend on the incidental presence of features in the build
environment.  Either you select a feature, then it's built, or you
don't, then it's not.  So the only options we really have are adding
another switch for libxslt, or including it with libxml.  I'm not sure
which is better.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: build/install xml2 when configured with libxml
Next
From: Andrew Dunstan
Date:
Subject: Re: build/install xml2 when configured with libxml