[COMMITTERS] pgsql: Improve configure's check for ICU presence. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Improve configure's check for ICU presence.
Date
Msg-id E1de1Ju-0008U3-Q6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve configure's check for ICU presence.

Without ICU's header files, "configure --with-icu" would succeed anyway,
at least when using the non-pkgconfig-based setup.  Then you got a bunch of
ugly failures at build.  Add an explicit header check to tighten that up.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f4f41baf29c6835dca58e3aa22c56e9e7c7754de

Modified Files
--------------
configure    | 23 +++++++++++++++++------
configure.in | 17 +++++++++++------
2 files changed, 28 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Doc: update v10 release notes through today.