Skip to content

Commit

Permalink
Merge branch 'fix-pam-syslog-detection' into 'main'
Browse files Browse the repository at this point in the history
meson.build: fix pam_syslog detection

Closes #945

See merge request GNOME/gdm!268
  • Loading branch information
halfline committed Sep 20, 2024
2 parents 6b76b93 + dc0dd25 commit 61b30fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ libcheck_dep = dependency('check', required: false, version: '>= 0.9.4')

cc.has_header('security/pam_modutil.h')
cc.has_header('security/pam_ext.h')
have_pam_syslog = cc.has_function('pam_syslog', args: 'pam')
have_pam_syslog = cc.has_function('pam_syslog', args: '-lpam')

# UTMP
have_utmpx_header = cc.has_header('utmpx.h')
Expand Down

0 comments on commit 61b30fd

Please sign in to comment.