Home
last modified time | relevance | path

Searched hist:"9 df8b20d1632d108da316134d4d86a00b4028803" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure9df8b20d1632d108da316134d4d86a00b4028803 Mon Jun 29 07:13:24 CDT 2020 Thomas Huth <thuth@redhat.com> 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>