1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

build: fixed gnutls check

This commit is contained in:
Andrew Tridgell 2010-03-20 19:38:18 +11:00
parent db8115f687
commit 54941c86e7

View File

@ -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')