1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[meson] Fix build with -Dnls=false

This commit is contained in:
Witold Filipczyk 2021-03-28 18:47:35 +02:00
parent d4a1ce5a38
commit cba5ff4405

View File

@ -16,7 +16,7 @@ conf_data.set('CONFIG_LARGEFILE', get_option('largefile'))
conf_data.set('CONFIG_BOOKMARKS', get_option('bookmarks'))
conf_data.set('CONFIG_XBEL_BOOKMARKS', get_option('xbel'))
conf_data.set('CONFIG_SCRIPTING_SPIDERMONKEY', get_option('sm-scripting'))
conf_data.set10('CONFIG_NLS', get_option('nls'))
conf_data.set('CONFIG_NLS', get_option('nls'))
conf_data.set('CONFIG_COOKIES', get_option('cookies'))
conf_data.set('CONFIG_FORMHIST', get_option('formhist'))