Break up AC_CHECK_HEADERS macro into one header-file per line so it's
easier to read and make changes.
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
[AC_MSG_NOTICE([linux/fiemap.h was not found or not usable; using local Ceph copy])],
[[#include <linux/fiemap.h>]])
-AC_CHECK_HEADERS([sys/xattr.h arpa/inet.h netdb.h netinet/in.h sys/file.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/statvfs.h sys/time.h sys/vfs.h syslog.h utime.h])
+AC_CHECK_HEADERS([ \
+ arpa/inet.h \
+ netdb.h \
+ netinet/in.h \
+ sys/file.h \
+ sys/ioctl.h \
+ sys/mount.h \
+ sys/param.h \
+ sys/socket.h \
+ sys/statvfs.h \
+ sys/time.h \
+ sys/vfs.h \
+ sys/xattr.h \
+ syslog.h \
+ utime.h \
+])
# sync_file_range
AC_CHECK_FUNC([sync_file_range],