summaryrefslogtreecommitdiff
path: root/source4/lib/tls/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/tls/SConscript')
-rw-r--r--source4/lib/tls/SConscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/tls/SConscript b/source4/lib/tls/SConscript
deleted file mode 100644
index 452eaeeddc..0000000000
--- a/source4/lib/tls/SConscript
+++ /dev/null
@@ -1,7 +0,0 @@
-Import('hostenv')
-hostenv.Library('tls', ['tls.c', 'tlscert.c'])
-
-if hostenv['configure']:
- conf = hostenv.Configure()
- conf.CheckLibWithHeader('gnutls', 'gnutls/gnutls.h', 'c', 'gnutls_global_init()')
- conf.Finish()