From 1e521c3cf1687fd17bf8ceec1a7dadb5d003ed1a Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 21 Mar 2016 09:51:40 -0400 Subject: configure.ac: fix some white space Signed-off-by: Anthony G. Basile --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 420c449417..19c4299ebf 100644 --- a/configure.ac +++ b/configure.ac @@ -47,15 +47,15 @@ AC_CHECK_HEADERS( ) AC_CHECK_HEADERS( - [mtd/mtd-user.h], - [], - [AC_MSG_ERROR([*** KERNEL header not found])] + [mtd/mtd-user.h], + [], + [AC_MSG_ERROR([*** KERNEL header not found])] ) AC_CHECK_HEADERS( - [linux/btrfs.h], - [], - [AC_MSG_WARN([*** KERNEL header not found])] + [linux/btrfs.h], + [], + [AC_MSG_WARN([*** KERNEL header not found])] ) # Checks for typedefs, structures, and compiler characteristics. -- cgit v1.2.3-54-g00ecf