configure, meson: convert pam detection to meson
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ba7ed407e6
commit
05e391ae40
5 changed files with 34 additions and 41 deletions
|
|
@ -6,4 +6,4 @@ authz_ss.add(files(
|
|||
'simple.c',
|
||||
))
|
||||
|
||||
authz_ss.add(when: ['CONFIG_AUTH_PAM', pam], if_true: files('pamacct.c'))
|
||||
authz_ss.add(when: pam, if_true: files('pamacct.c'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue