diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
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. |