From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Improve configure error for ICU libraries if pkg-config is absen |
Date: | 2024-08-20 19:28:35 |
Message-ID: | E1sgUWx-000ePe-CG@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Improve configure error for ICU libraries if pkg-config is absent.
If pkg-config is not installed, the ICU libraries cannot be found, but
the custom configure error message did not mention this. This might
lead to confusion about the actual problem. To improve this, remove
the explicit error message and rely on PKG_CHECK_MODULES' generic
error message.
Author: Michael Banck
Reported-by: Holger Jakobs
Discussion: https://postgr.es/m/ccd579ed-4949-d3de-ab13-9e6456fd2caf%40jakobs.com
Discussion: https://postgr.es/m/66b5d05c.050a0220.7c8ce.a951@mx.google.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/0fb0f689331cb0c00348aab752dced30493a6672
Modified Files
--------------
configure | 30 ++++++++++++++++++++++--------
configure.ac | 6 +-----
2 files changed, 23 insertions(+), 13 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2024-08-20 21:54:20 | pgsql: Minor wording change in table "JSON Creation Functions" |
Previous Message | Nathan Bossart | 2024-08-20 18:44:21 | pgsql: Fix a couple of wait event descriptions. |