oauth: Fix Autoconf build on macOS
authorJacob Champion <jchampion@postgresql.org>
Thu, 1 May 2025 19:35:52 +0000 (12:35 -0700)
committerJacob Champion <jchampion@postgresql.org>
Thu, 1 May 2025 19:35:52 +0000 (12:35 -0700)
commit4ea1254f35b27ed35a389e720ab2e614fc1e1d4d
tree2835d035d86d880623c8cf544f5ff0810cf3206b
parentb0635bfda0535a7fc36cd11d10eecec4e2a96330
oauth: Fix Autoconf build on macOS

Oversight in b0635bfda. -lintl is necessary for gettext on Mac, which
libpq-oauth depends on via pgport/pgcommon. (I'd incorrectly removed
this change from an earlier version of the patch, where it was suggested
by Peter Eisentraut.)

Per buildfarm member indri.
src/interfaces/libpq-oauth/Makefile