mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[meson] Fix build with -Dnls=false
This commit is contained in:
parent
d4a1ce5a38
commit
cba5ff4405
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user