From: Andreas Schneider Date: Fri, 17 Oct 2025 08:15:12 +0000 (+0200) Subject: lib:replace: There is special code already to check for HAVE_PRCTL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3f273309bbeff6c006251cdf4134f258db1119;p=thirdparty%2Fsamba.git lib:replace: There is special code already to check for HAVE_PRCTL Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- diff --git a/lib/replace/wscript b/lib/replace/wscript index 9c0cb7047f1..e351b5d19f2 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -439,7 +439,7 @@ def configure(conf): msg='Checking for posix_fallocate-capable libc'): conf.CHECK_FUNCS('posix_fallocate') - conf.CHECK_FUNCS('prctl dirname basename') + conf.CHECK_FUNCS('dirname basename') strlcpy_in_bsd = False