From: Ruben Kerkhof Date: Sat, 27 May 2017 13:53:46 +0000 (+0200) Subject: configure.ac: slightly tweak dpdk check X-Git-Tag: collectd-5.8.0~152 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d2289be501bc79661ef5c047103ab732303997ed;p=collectd.git configure.ac: slightly tweak dpdk check --- diff --git a/configure.ac b/configure.ac index 66f00b34..cd212fa9 100644 --- a/configure.ac +++ b/configure.ac @@ -2383,7 +2383,11 @@ AC_SUBST(BUILD_WITH_LIBDBI_LIBS) AC_ARG_VAR([LIBDPDK_CPPFLAGS], [Preprocessor flags for libdpdk]) AC_ARG_VAR([LIBDPDK_LDFLAGS], [Linker flags for libdpdk]) -AC_ARG_WITH([libdpdk], [AS_HELP_STRING([--without-libdpdk], [Disable libdpdk.])]) +AC_ARG_WITH([libdpdk], + [AS_HELP_STRING([--without-libdpdk], [Disable libdpdk.])], + [with_libdpdk="$withval"], + [with_libdpdk="yes"] +) if test "x$with_libdpdk" != "xno"; then if test "x$LIBDPDK_CPPFLAGS" = "x"; then