Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 931217
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/meson.build
0
++ b/meson.build
Lines 873-878 if compiler.compiles('int a; typeof(a) b;') Link Here
873
    conf_data.set('HAVE_TYPEOF', 1)
873
    conf_data.set('HAVE_TYPEOF', 1)
874
endif
874
endif
875
if conf_data.get('CONFIG_GETTEXT') and conf_data.get('CONFIG_NLS')
876
    intl = dependency('intl', required: true)
877
endif
878
875
conf_data.set('ICONV_CONST', true)
879
conf_data.set('ICONV_CONST', true)
876
sysconfdir = get_option('prefix') / get_option('sysconfdir')/'elinks'
880
sysconfdir = get_option('prefix') / get_option('sysconfdir')/'elinks'

Return to bug 931217