From d5f09da34b227d87b7fe411365a97b9aa658af52 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Fri, 18 Aug 2017 12:46:17 +0200 Subject: [PATCH] configure.ac: fix indent Fix tab indents to be space based as they should, but keep the effective indent at the level of the context it belongs to in PKG_CHECK_MODULES. Signed-off-by: Christian Ehrhardt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 14f85acb..8918ef04 100644 --- a/configure.ac +++ b/configure.ac @@ -2361,7 +2361,7 @@ AC_ARG_WITH([libdpdk], if test "x$with_libdpdk" != "xno"; then PKG_CHECK_MODULES([DPDK], [libdpdk], [], - [AC_MSG_NOTICE([no DPDK pkg-config, using defaults])]) + [AC_MSG_NOTICE([no DPDK pkg-config, using defaults])]) if test "x$LIBDPDK_CPPFLAGS" = "x"; then LIBDPDK_CPPFLAGS="-I/usr/include/dpdk" fi -- 2.11.0