aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-03-24 02:57:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-24 02:57:51 +0000
commit08e912905bfe82173c0b263505f3328ef975e7b9 (patch)
tree9116461d0aa5a569dcdfff1504088639148b0e95
parent988eb658633d0fe1cadbb71d96343300cd462453 (diff)
parent3cd5ba14a4d83e94e1402c4ba1a5c3f030f20d50 (diff)
downloadandroid_external_f2fs-tools-08e912905bfe82173c0b263505f3328ef975e7b9.tar.gz
android_external_f2fs-tools-08e912905bfe82173c0b263505f3328ef975e7b9.tar.bz2
android_external_f2fs-tools-08e912905bfe82173c0b263505f3328ef975e7b9.zip
am 3cd5ba14: configure: also check for byteswap.h
* commit '3cd5ba14a4d83e94e1402c4ba1a5c3f030f20d50': configure: also check for byteswap.h
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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