From: Christian Ehrhardt Date: Fri, 18 Aug 2017 10:46:17 +0000 (+0200) Subject: configure.ac: fix indent X-Git-Tag: collectd-5.8.0~105^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d5f09da34b227d87b7fe411365a97b9aa658af52;p=collectd.git 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 --- 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