pgsql: Improve configure's check for ICU presence.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve configure's check for ICU presence.
Date: 2017-08-05 15:48:54
Message-ID: E1de1Ju-0008U3-Q6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-05 19:55:31 pgsql: Doc: update v10 release notes through today.
Previous Message Robert Haas 2017-08-05 14:50:16 pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.