diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.59.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.59.0.md b/docs/markdown/Release-notes-for-0.59.0.md index 68f4451..8a04d34 100644 --- a/docs/markdown/Release-notes-for-0.59.0.md +++ b/docs/markdown/Release-notes-for-0.59.0.md @@ -125,7 +125,7 @@ endif one may simply use: ``` -intl_dep = dependency('intl') +intl_dep = dependency('intl', required: false) if intl_dep.found() # build options that need gettext |