From d2289be501bc79661ef5c047103ab732303997ed Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 27 May 2017 15:53:46 +0200 Subject: [PATCH] configure.ac: slightly tweak dpdk check --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.11.0