diff mbox

[v2] configure: display pktio support

Message ID 1461855974-4986-1-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes April 28, 2016, 3:06 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
v2 list the pcap test interface (Matias)

Note: a separate patch should name these consistently but that depends on the
upcoming v1.10.0.0 changes which has a different set of incorrect names and ipc
added

 configure.ac | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index f88c36b..12c1165 100644
--- a/configure.ac
+++ b/configure.ac
@@ -233,6 +233,9 @@  AC_MSG_RESULT([
 	includedir:		${includedir}
 	testdir:		${testdir}
 	WITH_ARCH:              ${WITH_ARCH}
+	pktio_dpdk_support:	${pktio_dpdk_support}
+	netmap_support:		${netmap_support}
+	have_pcap:		${have_pcap}
 
 	cc:			${CC}
 	cppflags:		${CPPFLAGS}