X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=7648152ebe573ec6997fef91c78dcae154c27ce1;hb=9e6bf7d6cd8c54f9239745644c3598fd026e293b;hp=13e63404995c2920c5668d0b1c42ca9a57aa4774;hpb=929a7f21e8f6709b7acc7491ffc71e8d95135cc2;p=collectd.git diff --git a/configure.ac b/configure.ac index 13e63404..7648152e 100644 --- a/configure.ac +++ b/configure.ac @@ -2360,7 +2360,8 @@ AC_ARG_WITH([libdpdk], ) if test "x$with_libdpdk" != "xno"; then - PKG_CHECK_MODULES([DPDK], [libdpdk]) + PKG_CHECK_MODULES([DPDK], [libdpdk], [], + [AC_MSG_NOTICE([no DPDK pkg-config, using defaults])]) if test "x$LIBDPDK_CPPFLAGS" = "x"; then LIBDPDK_CPPFLAGS="-I/usr/include/dpdk" fi