diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3a0823752..74b043b32 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,13 @@ SPL_AC_CLASS_DEVICE_CREATE SPL_AC_SET_NORMALIZED_TIMESPEC_EXPORT SPL_AC_SET_NORMALIZED_TIMESPEC_INLINE SPL_AC_TIMESPEC_SUB +SPL_AC_INIT_UTSNAME SPL_AC_FDTABLE_HEADER +SPL_AC_FILES_FDTABLE SPL_AC_UACCESS_HEADER +SPL_AC_KMALLOC_NODE +SPL_AC_MONOTONIC_CLOCK +SPL_AC_INODE_I_MUTEX TOPDIR=`/bin/pwd` |