Re: configure.in / xml / quoting trouble

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: configure.in / xml / quoting trouble
Date: 2007-06-28 19:20:12
Message-ID: 20210.1183058412@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk> writes:
> The first part I needed when configuring --with-libxml. Why go to the
> effort of finding xml2-config, and then disbelieve what it tells you?

This proposed change puts CFLAGS into CPPFLAGS; maybe the libxml guys
have not understood the difference, but we do. Likewise, I would not
expect that all of --libs output is really a good idea to put into
LDFLAGS.

Exactly what items are you hoping to transfer that aren't transferred
by the existing coding?

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Patrick Welche 2007-06-28 19:22:56 Re: configure.in / xml / quoting trouble
Previous Message Andrew Dunstan 2007-06-28 18:39:37 Re: configure.in / xml / quoting trouble