From 61193e3791af533b9fc8fe9e93a237559d38ef55 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 18 Aug 2017 12:53:52 +0200 Subject: [PATCH] configure.ac: fix indentation --- configure.ac | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 7648152e..75145718 100644 --- a/configure.ac +++ b/configure.ac @@ -2366,15 +2366,15 @@ if test "x$with_libdpdk" != "xno"; then 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" @@ -6487,8 +6487,7 @@ if test "x$with_libxenctrl" = "xyes"; then 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 -- 2.11.0