Make libssh mandatory (#37).
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Jan 2013 12:17:09 +0000 (12:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Jan 2013 12:17:09 +0000 (12:17 +0000)
wscript

diff --git a/wscript b/wscript
index 99e7522d114bb1c7dc9ac1e077e86076c4e55273..f392ee67ff54130fddd2b993dd215ec813bdca67 100644 (file)
--- 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 <boost/thread.hpp>\n