build: Add gmime 3.2.13 warning

For #2461, #2429.
This commit is contained in:
Dirk-Jan C. Binnema 2023-04-03 20:43:36 +03:00
parent 8b3dd03f8a
commit f1c29dc1fb
1 changed files with 5 additions and 0 deletions

View File

@ -216,3 +216,8 @@ config_h_data.set_quoted('MU_PROGRAM', mu.full_path())
################################################################################
# write-out config.h
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('See: https://github.com/jstedfast/gmime/issues/133')
endif