summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-02-07 11:02:18 +0100
committerStefan Metzmacher <metze@samba.org>2020-02-15 10:11:28 +0000
commitc1b9bf993402f7d74f992c609ede94653e87172f (patch)
tree91deccc011cce4f030c81c30c5e4ee96544dac29
parentb9ab8bf7a9c4e5a389e4fc1397e9a3bfd5bb13ff (diff)
downloadsamba-c1b9bf993402f7d74f992c609ede94653e87172f.tar.gz
lib/replace: remove unused check for aio.h
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index a2bc60478ad..ab2b3c043af 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -67,7 +67,7 @@ def configure(conf):
headers='sys/inotify.h')
conf.CHECK_HEADERS('security/pam_appl.h zlib.h asm/unistd.h')
- conf.CHECK_HEADERS('aio.h sys/unistd.h alloca.h float.h')
+ conf.CHECK_HEADERS('sys/unistd.h alloca.h float.h')
conf.SET_TARGET_TYPE('tirpc', 'EMPTY')