summaryrefslogtreecommitdiff
path: root/source4/lib/tls
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-20 19:38:18 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:58 +1000
commit54941c86e792820f047f47abfb41db2fe1d0d68b (patch)
tree4a40c7ec65441e2df34ced2de1c29fb12f867c2d /source4/lib/tls
parentdb8115f687a5d51a7e487db5db9687c5aad1f4b3 (diff)
downloadsamba-54941c86e792820f047f47abfb41db2fe1d0d68b.tar.gz
build: fixed gnutls check
Diffstat (limited to 'source4/lib/tls')
-rw-r--r--source4/lib/tls/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/wscript b/source4/lib/tls/wscript
index 7b30a892151..45fa55aaef0 100644
--- a/source4/lib/tls/wscript
+++ b/source4/lib/tls/wscript
@@ -15,7 +15,7 @@ def configure(conf):
if 'HAVE_GNUTLS' in conf.env and not Options.options.disable_gnutls:
conf.DEFINE('ENABLE_GNUTLS', 1)
- conf.CHECK_FUNCS_IN('gnutls_global_init', 'gnutls')
+ conf.CHECK_FUNCS_IN('gnutls_global_init', 'gnutls', header='gnutls/gnutls.h')
conf.CHECK_HEADERS('gnutls/gnutls.h')