commit | 05eb0573a7c65706070876a4bfaca8ee070d27aa | [log] [tgz] |
---|---|---|
author | Tomáš Golembiovský <tgolembi@redhat.com> | Mon Jul 17 15:58:33 2017 +0200 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jul 18 11:32:27 2017 +0100 |
tree | 169bd6dd2308ccdf9139f1035f917c99512e7cc5 | |
parent | a778cd5610b40eec037417565671d2717bc49def [diff] |
qemu-ga: check if utmpx.h is available on the system Commit 161a56a9065 added command guest-get-users and requires the utmpx.h (defined by POSIX) to work. It is however not always available (e.g. on OpenBSD) therefor a check for its existence is necessary. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> Message-id: 8c99564250c916aa0bd3484071bbb0f1ad4d8cf3.1500299896.git.tgolembi@redhat.com