pgsql: Add --with-libxslt configure option

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add --with-libxslt configure option
Date: 2007-04-15 12:48:24
Message-ID: 20070415124824.68D029FB250@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Add --with-libxslt configure option

Modified Files:
--------------
pgsql:
configure (r1.543 -> r1.544)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.543&r2=1.544)
configure.in (r1.510 -> r1.511)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.510&r2=1.511)
pgsql/contrib:
Makefile (r1.73 -> r1.74)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.73&r2=1.74)
pgsql/src:
Makefile.global.in (r1.234 -> r1.235)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.234&r2=1.235)
pgsql/src/include:
pg_config.h.in (r1.115 -> r1.116)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.115&r2=1.116)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-04-15 20:09:28 pgsql: Avoid running build_index_pathkeys() in situations where there
Previous Message Tatsuo Ishii 2007-04-15 10:56:31 pgsql: Make JOHAB client only encoding per discussions in pgsql-hackers

Browse pgsql-hackers by date

  From Date Subject
Next Message Dhanaraj M 2007-04-15 14:25:36 Replacement of readline by libedit in PostgreSQL 8.1.x
Previous Message Andrew Dunstan 2007-04-15 11:56:39 Re: Wishlist updates