From 3cd5ba14a4d83e94e1402c4ba1a5c3f030f20d50 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 25 Dec 2014 18:39:19 +0100 Subject: configure: also check for byteswap.h include/f2fs_fs.h checks the HAVE_BYTESWAP_H conditional, but it is never checked for in configure. Add that header to the list of headers checked for. Signed-off-by: "Yann E. MORIN" Cc: Gustavo Zacarias Signed-off-by: Jaegeuk Kim --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d66cb73..7cfd9b4 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ PKG_CHECK_MODULES([libuuid], [uuid]) # Checks for header files. AC_CHECK_HEADERS([linux/fs.h fcntl.h mntent.h stdlib.h string.h \ - sys/ioctl.h sys/mount.h unistd.h linux/falloc.h]) + sys/ioctl.h sys/mount.h unistd.h linux/falloc.h byteswap.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE -- cgit v1.2.3