Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library

From: Hugh McMaster <hugh(dot)mcmaster(at)outlook(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library
Date: 2020-03-16 11:49:05
Message-ID: CAN9Bcduv-E==cSs3U7CiQ_fm8W1YQAcOcMU8js5EHUKrB9+4BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 14 Mar 2020 at 03:06, Tom Lane wrote:
> Looking again at the generated configure code, I realize I shouldn't have
> left off the ACTION-IF-NOT-FOUND argument --- the default is to
> throw an error, but we'd rather fall through and try to use xml2-config.
> The eventual AC_CHECK_LIB(xml2, ...) test will catch the situation
> where the library isn't there. Updated patch attached.

The updated patch works fine. Thanks for working on this!

Hugh

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2020-03-16 11:54:43 Re: pgsql: Add kqueue(2) support to the WaitEventSet API.
Previous Message Devrim Gündüz 2020-03-16 11:34:08 Re: v13 latest snapshot build error