From f3fe4c10eecd179e35e7b007c56e02c833cf3653 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Sat, 12 Nov 2016 00:19:14 +0100 Subject: [PATCH] configure: cleanup openwsman leftovers Commit a99bfb4b moved openwsman to its own file but forget to remove those few lines. Signed-off-by: Pavel Hrdina --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 3802e5910c..6f04bdc1f6 100644 --- a/configure.ac +++ b/configure.ac @@ -2695,11 +2695,6 @@ LIBVIRT_RESULT_YAJL LIBVIRT_RESULT_GNUTLS AC_MSG_NOTICE([ libxml: $LIBXML_CFLAGS $LIBXML_LIBS]) AC_MSG_NOTICE([ dlopen: $DLOPEN_LIBS]) -if test "$with_hyperv" = "yes" ; then -AC_MSG_NOTICE([openwsman: $OPENWSMAN_CFLAGS $OPENWSMAN_LIBS]) -else -AC_MSG_NOTICE([openwsman: no]) -fi AC_MSG_NOTICE([firewalld: $with_firewalld]) if test "$with_polkit" = "yes" ; then if test "$with_polkit0" = "yes" ; then -- 2.47.2