Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b750e74

Browse files
committed
meson: Fix intl misspelling
Author: Tristan Partin <tristan@neon.tech> Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parent 99e5766 commit b750e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ if not nlsopt.disabled()
25402540
# warnings if not found.
25412541
msgfmt = find_program('msgfmt', required: nlsopt.enabled(), native: true)
25422542

2543-
# meson 0.59 has this wrapped in dependency('int')
2543+
# meson 0.59 has this wrapped in dependency('intl')
25442544
if (msgfmt.found() and
25452545
cc.check_header('libintl.h', required: nlsopt,
25462546
args: test_c_args, include_directories: postgres_inc))

0 commit comments

Comments
 (0)