Browse Source

Add gnutls version to configure script

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
8a58e83870
  1. 1
      wscript

1
wscript

@ -121,6 +121,7 @@ def configure(conf):
if conf.check_cfg(package='gnutls',
args='--cflags --libs',
atleast_version='2.5.0',
#libpath=['/usr/lib', '/usr/local/lib'],
uselib_store='GNUTLS'):
if conf.check(lib='gpg-error',

Loading…
Cancel
Save