mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:lib/tls/wscript - exclude known broken GNUTLS releases
This definitely fixes bug #7218. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Mar 10 11:58:27 CET 2011 on sn-devel-104
This commit is contained in:
parent
f5ce61ea57
commit
22fcb8e494
@ -20,8 +20,8 @@ def configure(conf):
|
||||
return
|
||||
|
||||
conf.check_cfg(package='gnutls',
|
||||
args='"gnutls >= 1.4.0" --cflags --libs',
|
||||
msg='Checking for gnutls >= 1.4.0', mandatory=False)
|
||||
args='"gnutls >= 1.4.0 gnutls != 2.2.4 gnutls != 2.8.0 gnutls != 2.8.1" --cflags --libs',
|
||||
msg='Checking for gnutls >= 1.4.0 and broken versions', mandatory=False)
|
||||
|
||||
if 'HAVE_GNUTLS' in conf.env:
|
||||
conf.DEFINE('ENABLE_GNUTLS', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user