diff options
author | Thomas Huth | 2020-06-29 14:13:24 +0200 |
---|---|---|
committer | Thomas Huth | 2020-07-06 07:37:02 +0200 |
commit | 9df8b20d1632d108da316134d4d86a00b4028803 (patch) | |
tree | 8439f13b2b5ddbf3e01bbdd1a0245e341d317916 /hw/m68k/mcf5206.c | |
parent | tests/qtest: Unify the test for the xenfv and xenpv machines (diff) | |
download | qemu-9df8b20d1632d108da316134d4d86a00b4028803.tar.gz qemu-9df8b20d1632d108da316134d4d86a00b4028803.tar.xz qemu-9df8b20d1632d108da316134d4d86a00b4028803.zip |
configure / util: Auto-detect the availability of openpty()
Recent versions of Solaris (v11.4) now feature an openpty() function,
too, causing a build failure since we ship our own implementation of
openpty() for Solaris in util/qemu-openpty.c so far. Since there are
now both variants available in the wild, with and without this function
(and illumos is said to not have this function yet), let's introduce a
proper HAVE_OPENPTY define for this to fix the build failure.
Message-Id: <20200702143955.678-1-thuth@redhat.com>
Tested-by: Michele Denber <denber@mindspring.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/m68k/mcf5206.c')
0 files changed, 0 insertions, 0 deletions