Tests that we find something sensible for intl, capable of producing binaries using gettext() to translate stuff. No more need to manually check headers and *maybe* include the intl library, which we were doing before; the new dependency actually simplifies the existing test, and should simplify users' build files too...pull/8888/head
parent
2c6ccfe4c4
commit
471c05d57d
2 changed files with 4 additions and 3 deletions
@ -1,2 +1,2 @@ |
|||||||
executable('intlprog', 'intlmain.c', install : true, |
executable('intlprog', 'intlmain.c', install : true, |
||||||
dependencies : meson.get_compiler('c').find_library('intl', required : false)) |
dependencies : intl) |
||||||
|
Loading…
Reference in new issue