From: Pavel Hrdina Date: Tue, 13 Dec 2016 11:40:05 +0000 (+0100) Subject: configure: fix wireshark dissector configure output X-Git-Tag: v3.0.0-rc1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83a1e8358f42aa6649b494333dca9f2a7496350;p=thirdparty%2Flibvirt.git configure: fix wireshark dissector configure output Commit 373973206aa moved wireshark dissector code to its own file but forgot to properly update configure. Signed-off-by: Pavel Hrdina --- diff --git a/configure.ac b/configure.ac index de174be026..a65f61db87 100644 --- a/configure.ac +++ b/configure.ac @@ -2680,7 +2680,6 @@ LIBVIRT_RESULT_SASL LIBVIRT_RESULT_SELINUX LIBVIRT_RESULT_SSH2 LIBVIRT_RESULT_UDEV -LIBVIRT_RESULT_WIRESHARK LIBVIRT_RESULT_YAJL AC_MSG_NOTICE([ libxml: $LIBXML_CFLAGS $LIBXML_LIBS]) AC_MSG_NOTICE([ dlopen: $DLOPEN_LIBS]) @@ -2760,7 +2759,7 @@ AC_MSG_NOTICE([ TLS priority: $with_tls_priority]) AC_MSG_NOTICE([]) AC_MSG_NOTICE([Developer Tools]) AC_MSG_NOTICE([]) -AC_MSG_NOTICE([Wireshark dissector: $with_wireshark_dissector]) +LIBVIRT_RESULT_WIRESHARK AC_MSG_NOTICE([]) AC_MSG_NOTICE([Privileges]) AC_MSG_NOTICE([])