Remove unused variables, which fixes analyzer warnings.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
if get_option('nls').enabled()
error('nls is not supported with meson before 0.59.0')
endif
- lib_intl = dependency('', required : false)
endif
lib_user = dependency(
summary('pam_lastlog2', build_pam_lastlog2 ? 'enabled' : 'disabled', section : 'components')
cc = meson.get_compiler('c')
-pkg = import('pkgconfig')
lib_pam_lastlog2_sources = '''
src/pam_lastlog2.c
'''.split()
libpam = cc.find_library('pam')
- pam_lastlog2 = shared_module(
+ shared_module(
'pam_lastlog2',
lib_pam_lastlog2_sources,
name_prefix : '',