From 9bf68f1807313f29cad9f68873c8feab21ad4746 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 26 Mar 2016 19:28:27 +0100 Subject: [PATCH] configure.ac: break long line and sort This will make future merges easier. --- configure.ac | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd2e25cb..5e4c309a 100644 --- a/configure.ac +++ b/configure.ac @@ -601,7 +601,28 @@ AC_CHECK_HEADERS(linux/un.h, [], [], #endif ]) -AC_CHECK_HEADERS(pwd.h grp.h sys/un.h ctype.h limits.h fs_info.h fshelp.h paths.h mntent.h mnttab.h sys/fstyp.h sys/fs_types.h sys/mntent.h sys/mnttab.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/vfstab.h kvm.h wordexp.h) +AC_CHECK_HEADERS([ \ + ctype.h \ + fs_info.h \ + fshelp.h \ + grp.h \ + kvm.h \ + limits.h \ + mntent.h \ + mnttab.h \ + paths.h \ + pwd.h \ + sys/fs_types.h \ + sys/fstyp.h \ + sys/mntent.h \ + sys/mnttab.h \ + sys/statfs.h \ + sys/statvfs.h \ + sys/un.h \ + sys/vfs.h \ + sys/vfstab.h \ + wordexp.h \ +]) AC_CHECK_HEADERS([xfs/xqm.h], [], [], [ -- 2.30.2