From af8786b16a39fbc92818444aac156ccbb030018c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Oct 2017 12:09:40 +0200 Subject: [PATCH] meson: check for sys/auxv.h This check was present in configure.ac, but was never added under meson. The code under HAVE_SYS_AUX_H has been dead ever since :(. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 2673c2c9e2..7dcbeccb57 100644 --- a/meson.build +++ b/meson.build @@ -545,6 +545,7 @@ endif foreach header : ['linux/btrfs.h', 'linux/memfd.h', 'linux/vm_sockets.h', + 'sys/auxv.h', 'valgrind/memcheck.h', 'valgrind/valgrind.h', ]