mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
build: fixed gnutls check
This commit is contained in:
@ -15,7 +15,7 @@ def configure(conf):
|
|||||||
if 'HAVE_GNUTLS' in conf.env and not Options.options.disable_gnutls:
|
if 'HAVE_GNUTLS' in conf.env and not Options.options.disable_gnutls:
|
||||||
conf.DEFINE('ENABLE_GNUTLS', 1)
|
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')
|
conf.CHECK_HEADERS('gnutls/gnutls.h')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user