aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_xdp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/m4/odp_xdp.m4')
-rw-r--r--platform/linux-generic/m4/odp_xdp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/odp_xdp.m4 b/platform/linux-generic/m4/odp_xdp.m4
index 2c6179df9..dcfd39ed7 100644
--- a/platform/linux-generic/m4/odp_xdp.m4
+++ b/platform/linux-generic/m4/odp_xdp.m4
@@ -5,7 +5,7 @@ AC_ARG_ENABLE([xdp], AS_HELP_STRING([--enable-xdp],
[enable experimental XDP support for Packet I/O [default=disabled] (linux-generic)]))
AS_IF([test "x$enable_xdp" = "xyes"], [
- PKG_CHECK_MODULES([LIBXDP], [libxdp],
+ PKG_CHECK_MODULES([LIBXDP], [libxdp >= 1.2.3],
[
AC_DEFINE(_ODP_PKTIO_XDP, [1], [Define to 1 to enable xdp packet I/O support])
],