qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/26] configure, meson: convert pam detection to meson


From: Richard Henderson
Subject: Re: [PATCH 05/26] configure, meson: convert pam detection to meson
Date: Tue, 8 Jun 2021 12:45:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/8/21 4:22 AM, Paolo Bonzini wrote:
+pam = not_found
+if not get_option('auth_pam').auto() or have_system
+  pam = cc.find_library('pam', has_headers: ['security/pam_appl.h'],

The condition doesn't look right.
Why are we looking for pam if --disable-pam-auth?

Surely

  if not get_option('auth_pam').disabled() and have_system

?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]