summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 09:51:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 09:51:40 -0400
commit1e521c3cf1687fd17bf8ceec1a7dadb5d003ed1a (patch)
treeffe3ccb58c894a7055f5561e561dbd93f54d648e
parent25a718a138067b8bc119c8216f445d9c3d80ff97 (diff)
configure.ac: fix some white space
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--configure.ac12
1 files 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.