summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e6bf7d)
raw | patch | inline | side by side (parent: 9e6bf7d)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 18 Aug 2017 10:53:52 +0000 (12:53 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 18 Aug 2017 10:53:52 +0000 (12:53 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 7648152ebe573ec6997fef91c78dcae154c27ce1..7514571815513cea4b60e10a466d7a43c3647442 100644 (file)
--- a/configure.ac
+++ b/configure.ac
LIBDPDK_CPPFLAGS="-I/usr/include/dpdk"
fi
if test "x$LIBDPDK_CFLAGS" = "x"; then
- LIBDPDK_CFLAGS="$DPDK_CFLAGS"
- LIBDPDK_CPPFLAGS="$LIBDPDK_CPPFLAGS $DPDK_CFLAGS"
+ LIBDPDK_CFLAGS="$DPDK_CFLAGS"
+ LIBDPDK_CPPFLAGS="$LIBDPDK_CPPFLAGS $DPDK_CFLAGS"
fi
if test "x$LIBDPDK_LIBS" = "x"; then
- if test "x$DPDK_LIBS" != "x"; then
- LIBDPDK_LIBS="$DPDK_LIBS"
- else
- LIBDPDK_LIBS="-ldpdk"
- fi
+ if test "x$DPDK_LIBS" != "x"; then
+ LIBDPDK_LIBS="$DPDK_LIBS"
+ else
+ LIBDPDK_LIBS="-ldpdk"
+ fi
fi
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$LIBDPDK_CPPFLAGS $CPPFLAGS"
plugin_xencpu="yes"
fi
-if test "x$with_libdpdk" = "xyes"
-then
+if test "x$with_libdpdk" = "xyes"; then
plugin_dpdkevents="$dpdk_keepalive"
plugin_dpdkstat="yes"
fi