[libvirt PATCH 25/31] src: util: Makefile: drop undefined OPENPTY_LIBS

2020-07-02 Thread Pavel Hrdina
Commit added check for openpty function from util library using AC_CHECK_LIB(). However, that macro doesn't define OPENPTY_LIBS, it only defines WITH_LIBUTIL and prepends -lutil into LIBS for the whole project. Signed-off-by: Pavel Hrdina --- src/util/Makefile.inc.am | 1 - 1 file changed, 1 de

Re: [libvirt PATCH 25/31] src: util: Makefile: drop undefined OPENPTY_LIBS

2020-07-09 Thread Ján Tomko
On a Thursday in 2020, Pavel Hrdina wrote: Commit added check for openpty function from util library using AC_CHECK_LIB(). However, that macro doesn't define OPENPTY_LIBS, it only defines WITH_LIBUTIL and prepends -lutil into LIBS for the whole project. Signed-off-by: Pavel Hrdina --- src/util