Improve configure error for ICU libraries if pkg-config is absent.
authorJeff Davis <jdavis@postgresql.org>
Tue, 20 Aug 2024 18:24:00 +0000 (11:24 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 20 Aug 2024 19:25:06 +0000 (12:25 -0700)
commit0fb0f689331cb0c00348aab752dced30493a6672
treecb0a47cfc1f86c36f9bda4378335b82118ce7359
parent5ff9b6b4d981a59236a89d33dea8bc253257ce2a
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
configure
configure.ac