meson: Fix intl misspelling
authorPeter Eisentraut <[email protected]>
Thu, 29 Jun 2023 11:16:52 +0000 (13:16 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 29 Jun 2023 11:16:52 +0000 (13:16 +0200)
Author: Tristan Partin <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po

meson.build

index 77e975051dd5b34051e33c7601ecac8722d4cdd7..7f67966db0dbb7dde404dcb90da176e36e9e54f2 100644 (file)
@@ -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))