diff options
Diffstat (limited to 'header_checks')
-rw-r--r-- | header_checks/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index 8ead497882..21545607b8 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -194,6 +194,10 @@ if (cc.has_header('sys/mman.h')) | |||
194 | config_h.set10('HAVE_MMAN_H', true) | 194 | config_h.set10('HAVE_MMAN_H', true) |
195 | endif | 195 | endif |
196 | 196 | ||
197 | if config_h.has('HAVE_LISTXATTR') and config_h.has('HAVE_SETXATTR') and config_h.has('HAVE_GETXATTR') | ||
198 | config_h.set10('HAVE_XATTR', true) | ||
199 | endif | ||
200 | |||
197 | regexp = [] | 201 | regexp = [] |
198 | if sys_windows == true | 202 | if sys_windows == true |
199 | regexp = cc.find_library('regex', | 203 | regexp = cc.find_library('regex', |