From 65a1e96c1ded26653da75a486b965561b155d61c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 8 May 2008 16:49:48 +0000 Subject: Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it auto-configure properly for libxslt present or not. --- doc/src/sgml/xml2.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/src') 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 @@ - + xml2 @@ -374,9 +374,7 @@ WHERE t.author_id = p.person_id; XSLT functions - 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: -- cgit v1.2.3