Re: [libvirt] [PATCH 04/12] util: add detection of openpty function

2020-01-14 Thread Pavel Hrdina
On Fri, Jan 10, 2020 at 03:41:08PM +, Daniel P. Berrangé wrote: > All UNIX platforms we care about have openpty() in the libutil > library. Use of pty.h must also be made conditional, excluding > Win32. > > Signed-off-by: Daniel P. Berrangé > --- > configure.ac | 4 >

[libvirt] [PATCH 04/12] util: add detection of openpty function

2020-01-10 Thread Daniel P . Berrangé
All UNIX platforms we care about have openpty() in the libutil library. Use of pty.h must also be made conditional, excluding Win32. Signed-off-by: Daniel P. Berrangé --- configure.ac | 4 src/util/Makefile.inc.am | 1 + src/util/virfile.c | 14 +- 3 files