1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[meson] CONFIG_COMBINING -> CONFIG_COMBINE

This commit is contained in:
Witold Filipczyk 2022-03-03 16:29:25 +01:00
parent 2782134985
commit 714be0589e

View File

@ -56,7 +56,7 @@ conf_data.set('CONFIG_FASTMEM', get_option('fastmem'))
conf_data.set('CONFIG_OWN_LIBC', get_option('own-libc'))
conf_data.set('CONFIG_SMALL', get_option('small'))
conf_data.set('CONFIG_UTF8', get_option('utf-8'))
conf_data.set('CONFIG_COMBINING', get_option('combining'))
conf_data.set('CONFIG_COMBINE', get_option('combining'))
conf_data.set('CONFIG_XTERM', get_option('xterm'))
conf_data.set('CONFIG_GPM', get_option('gpm'))