diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-05-08 16:49:48 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-05-08 16:49:48 +0000 |
commit | 65a1e96c1ded26653da75a486b965561b155d61c (patch) | |
tree | 9d56c5fe25cbe88be65969b789f57cf8dc409705 /doc/src | |
parent | d67134d1290b1d4541ce0317f9a5ee744f13247c (diff) | |
download | postgresql-65a1e96c1ded26653da75a486b965561b155d61c.tar.gz postgresql-65a1e96c1ded26653da75a486b965561b155d61c.zip |
Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it
auto-configure properly for libxslt present or not.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/xml2.sgml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 96f8b18d876..392a5b24cd2 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4 2007/12/06 04:12:10 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4.2.1 2008/05/08 16:49:48 tgl Exp $ --> <sect1 id="xml2"> <title>xml2</title> @@ -374,9 +374,7 @@ WHERE t.author_id = p.person_id; <title>XSLT functions</title> <para> - The following functions are available if libxslt is installed (this is - not currently detected automatically, so you will have to amend the - Makefile): + The following functions are available if libxslt is installed: </para> <sect3> |