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/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/tls/SConscript b/source4/lib/tls/SConscript
index 6abcdff821..3b1a1d7d4e 100644
--- a/source4/lib/tls/SConscript
+++ b/source4/lib/tls/SConscript
@@ -1,2 +1,6 @@
Import('hostenv')
hostenv.StaticLibrary('tls', ['tls.c', 'tlscert.c'])
+
+conf = hostenv.Configure()
+conf.CheckLibWithHeader('gnutls', 'gnutls/gnutls.h', 'c', 'gnutls_global_init()')
+conf.Finish()