]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:replace: There is special code already to check for HAVE_PRCTL
authorAndreas Schneider <asn@samba.org>
Fri, 17 Oct 2025 08:15:12 +0000 (10:15 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 22 Oct 2025 06:59:30 +0000 (06:59 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
lib/replace/wscript

index 9c0cb7047f11904d57eca6498acb3a25524fe880..e351b5d19f2807bfce71e9f1a3e7f754fa37cc7d 100644 (file)
@@ -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