mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-12 20:24:44 +00:00
build: test for linux-* rather than linux-gnu
Check for linux-* when testing $host_os so we properly detect when to set WITH_VTPM_PROXY. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
9606607075
commit
f071d82071
@ -436,7 +436,7 @@ fi
|
||||
|
||||
with_vtpm_proxy=no
|
||||
case $host_os in
|
||||
linux-gnu)
|
||||
linux-*)
|
||||
with_vtpm_proxy=yes
|
||||
AC_DEFINE_UNQUOTED([WITH_VTPM_PROXY], 1,
|
||||
[whether to build in vTPM proxy support (Linux only)])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user