Skip to content

Commit 8a58e83

Browse files
committed
Add gnutls version to configure script
1 parent 44d5f21 commit 8a58e83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wscript

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def configure(conf):
121121

122122
if conf.check_cfg(package='gnutls',
123123
args='--cflags --libs',
124+
atleast_version='2.5.0',
124125
#libpath=['/usr/lib', '/usr/local/lib'],
125126
uselib_store='GNUTLS'):
126127
if conf.check(lib='gpg-error',

0 commit comments

Comments
 (0)