summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af406d0)
raw | patch | inline | side by side (parent: af406d0)
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | |
Fri, 18 Aug 2017 10:46:17 +0000 (12:46 +0200) | ||
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | |
Fri, 18 Aug 2017 10:46:17 +0000 (12:46 +0200) |
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 <christian.ehrhardt@canonical.com>
effective indent at the level of the context it belongs to in
PKG_CHECK_MODULES.
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 14f85acbe0437907bc428f51eea02727ee1fbf21..8918ef0465cb83c2e2b20dfc7bfb62c27ff52791 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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