
9 Jul
2020
9 Jul
'20
5:17 p.m.
On a Thursday in 2020, Pavel Hrdina wrote:
Commit <f650e86703847af544762d02f79c70131ff7fbab> 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 <phrdina@redhat.com> --- src/util/Makefile.inc.am | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano