]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: util: Makefile: drop undefined OPENPTY_LIBS
authorPavel Hrdina <phrdina@redhat.com>
Wed, 24 Jun 2020 09:25:58 +0000 (11:25 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 07:40:50 +0000 (09:40 +0200)
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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/util/Makefile.inc.am

index 5203fa28d48845f7c1ee4aa218d3eb0c07906f60..eca7e7e0a1e980ca8d85f9f4d73073d77058d991 100644 (file)
@@ -281,7 +281,6 @@ libvirt_util_la_CFLAGS = \
        $(NULL)
 libvirt_util_la_LIBADD = \
        -lm \
-       $(OPENPTY_LIBS) \
        $(CAPNG_LIBS) \
        $(YAJL_LIBS) \
        $(LIBNL_LIBS) \