aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-06-29 13:16:52 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-06-29 13:16:52 +0200
commitb750e74e6ec324f4c9de82587cb6a07490f86cfe (patch)
tree454c040f50eeb2c1debfdde4f0bc96682694c3f1
parent99e57663518b0eaf8fa69d20d0e796321bc8e558 (diff)
downloadpostgresql-b750e74e6ec324f4c9de82587cb6a07490f86cfe.tar.gz
postgresql-b750e74e6ec324f4c9de82587cb6a07490f86cfe.zip
meson: Fix intl misspelling
Author: Tristan Partin <tristan@neon.tech> Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 77e975051dd..7f67966db0d 100644
--- a/meson.build
+++ b/meson.build
@@ -2540,7 +2540,7 @@ if not nlsopt.disabled()
# warnings if not found.
msgfmt = find_program('msgfmt', required: nlsopt.enabled(), native: true)
- # meson 0.59 has this wrapped in dependency('int')
+ # meson 0.59 has this wrapped in dependency('intl')
if (msgfmt.found() and
cc.check_header('libintl.h', required: nlsopt,
args: test_c_args, include_directories: postgres_inc))