summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-02-05 20:14:36 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-02-05 20:14:36 +0200
commitd33adc923ce61f0bacc024824d5db2ee41f1ac08 (patch)
treed1eb40f4e9fce6ab947a7069ae9a0af03181cbb8 /meson.build
parent055cb774e060abfe71ee80f18bf248d5c7fe7b39 (diff)
build: tweaks
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 071a63f..36cc4c6 100644
--- a/meson.build
+++ b/meson.build
@@ -290,7 +290,6 @@ install_data('NEWS.org', 'IDEAS.org',
subdir('lib')
subdir('mu')
-
# emacs -- needed for mu4e compilation
emacs_name=get_option('emacs')
emacs_min_version='26.3'
@@ -319,7 +318,7 @@ config_h_data.set_quoted('MU_PROGRAM', mu.full_path())
configure_file(output : 'config.h', configuration : config_h_data)
if gmime_dep.version() == '3.2.13'
- warning('gmime version 3.2.13 detected, which as a decoding bug')
+ warning('gmime version 3.2.13 detected, which has a decoding bug')
warning('See: https://github.com/jstedfast/gmime/issues/133')
endif