summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5acd2e6)
raw | patch | inline | side by side (parent: 5acd2e6)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 27 May 2017 13:53:46 +0000 (15:53 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 27 May 2017 13:53:46 +0000 (15:53 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 66f00b341733b8ec8cf4ec785d1b129531dfa010..cd212fa9b6a381020a0b04bc04606406502d7fa1 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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