Add gnutls version to configure script
authorRyan Dahl <ry@tinyclouds.org>
Sat, 28 Nov 2009 14:25:10 +0000 (15:25 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 28 Nov 2009 14:25:10 +0000 (15:25 +0100)
wscript

diff --git a/wscript b/wscript
index 439deaf..bf85daa 100644 (file)
--- a/wscript
+++ b/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',