]> granicus.if.org Git - postgresql/commit
Improve configure's check for ICU presence.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Aug 2017 15:47:28 +0000 (11:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Aug 2017 15:48:43 +0000 (11:48 -0400)
commitf4f41baf29c6835dca58e3aa22c56e9e7c7754de
tree2c484f45687365dac6fc33c28c16ac2beb4de29a
parent52f8a59dd953c6820baf153e97cf07d31b8ac1d6
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.
configure
configure.in