]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: check for sys/auxv.h
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 10:09:40 +0000 (12:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 11:19:51 +0000 (13:19 +0200)
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

index 2673c2c9e2a10aee213cdb8fced35bb871bf7f43..7dcbeccb5737dfda2b659416826e7778fe3fb245 100644 (file)
@@ -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',
                  ]