Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library - Mailing list pgsql-hackers

From Hugh McMaster
Subject Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library
Date
Msg-id CAN9Bcduv-E==cSs3U7CiQ_fm8W1YQAcOcMU8js5EHUKrB9+4BA@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Use PKG_CHECK_MODULES to detect the libxml2 library  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: v13 latest snapshot build error
Next
From: Asim R P
Date:
Subject: Re: Replication & recovery_min_apply_delay