From: Simon McVittie Date: Tue, 28 Jun 2022 11:00:43 +0000 (+0100) Subject: meson: Don't check for dirfd X-Git-Tag: dbus-1.15.0~32^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f966cc1b4431cbb6405cad429b74235c52ad764;p=thirdparty%2Fdbus.git meson: Don't check for dirfd We never actually look at HAVE_DIRFD. Signed-off-by: Simon McVittie --- diff --git a/meson.build b/meson.build index 4f2632fe6..7a8788ac6 100644 --- a/meson.build +++ b/meson.build @@ -526,7 +526,6 @@ check_functions = [ 'clearenv', 'closefrom', 'close_range', - 'dirfd', 'fpathconf', 'getgrouplist', 'getpeereid',