From: Stefan Metzmacher Date: Fri, 7 Feb 2020 10:02:18 +0000 (+0100) Subject: lib/replace: remove unused check for aio.h X-Git-Tag: ldb-2.1.1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b9bf993402f7d74f992c609ede94653e87172f;p=thirdparty%2Fsamba.git lib/replace: remove unused check for aio.h Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- 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')