mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
build: fixed gnutls check
This commit is contained in:
parent
db8115f687
commit
54941c86e7
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user