summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-11-26 20:02:30 +0000
committerDavid King <amigadave@amigadave.com>2014-11-26 22:30:12 +0000
commit90253305a2cf14c761d479b9072782a1c8d5e33f (patch)
tree6d117f27d8e079a631574528a33f39dc0b405422 /configure.ac
parent71944b1bfd2cff57e889b806d001458dce6fa2b5 (diff)
downloadglib-90253305a2cf14c761d479b9072782a1c8d5e33f.tar.gz
WIP Add memfd support to GByteswip/gbytes-memfd
This code is untested.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ced92b22f..2703a32df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -781,7 +781,7 @@ AC_CHECK_HEADERS([sys/param.h sys/resource.h mach/mach_time.h])
AC_CHECK_HEADERS([sys/select.h stdint.h inttypes.h sched.h malloc.h])
AC_CHECK_HEADERS([sys/vfs.h sys/vmount.h sys/statfs.h sys/statvfs.h sys/filio.h])
AC_CHECK_HEADERS([mntent.h sys/mnttab.h sys/vfstab.h sys/mntctl.h fstab.h])
-AC_CHECK_HEADERS([linux/magic.h sys/prctl.h])
+AC_CHECK_HEADERS([linux/magic.h linux/memfd.h sys/prctl.h])
# Some versions of MSC lack these
AC_CHECK_HEADERS([dirent.h sys/time.h])