From: Carl Hetherington Date: Fri, 25 Jan 2013 12:17:09 +0000 (+0000) Subject: Make libssh mandatory (#37). X-Git-Tag: v2.0.48~1337^2~705^2~10 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=9150667adcd5516b2513323948c2abc0a41b4607;p=dcpomatic.git Make libssh mandatory (#37). --- diff --git a/wscript b/wscript index 99e7522d1..f392ee67f 100644 --- a/wscript +++ b/wscript @@ -111,7 +111,7 @@ def configure(conf): ssh_session s = ssh_new ();\n return 0;\n } - """, msg = 'Checking for library libssh', mandatory = False, lib = 'ssh', uselib_store = 'SSH') + """, msg = 'Checking for library libssh', mandatory = True, lib = 'ssh', uselib_store = 'SSH') conf.check_cxx(fragment = """ #include \n