]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
third_party/quic_ko_wrapper: Remove unused config check
authorAnoop C S <anoopcs@samba.org>
Fri, 18 Jul 2025 13:54:09 +0000 (19:24 +0530)
committerAnoop C S <anoopcs@samba.org>
Tue, 22 Jul 2025 08:55:10 +0000 (08:55 +0000)
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Anoop C S <anoopcs@samba.org>
Autobuild-Date(master): Tue Jul 22 08:55:10 UTC 2025 on atb-devel-224

third_party/quic_ko_wrapper/wscript

index 4541e7b58d48372d8b0dc069edaec583bf39d63d..3509c4add83e2e2775d2752a89f7e77d43a158b1 100644 (file)
@@ -105,9 +105,6 @@ def configure(conf):
     conf.DEFINE('QUIC_KO_WRAPPER', 1)
 
 def build(bld):
-    if bld.CONFIG_SET("USING_SYSTEM_QUIC_KO_WRAPPER"):
-        return
-
     # We need to do it this way or the library wont work.
     # We need force_unversioned=True as symbol versioning
     # breaks preloading!