Fix previous.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2016 11:38:59 +0000 (12:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2016 11:38:59 +0000 (12:38 +0100)
wscript

diff --git a/wscript b/wscript
index cb4e45f84dfdbf314c8f2fca3eea8c842a606f6d..39861cf8ec4c949b111e9bfae5ab281f1c88d529 100644 (file)
--- a/wscript
+++ b/wscript
@@ -309,7 +309,7 @@ def configure(conf):
         conf.env.LIB_XMLSEC = ['xmlsec1-openssl', 'xmlsec1']
 
     # nettle
-    config.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True)
+    conf.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True)
 
     # FFmpeg
     if conf.options.static_ffmpeg: