summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-25 12:17:09 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-25 12:17:09 +0000
commit9150667adcd5516b2513323948c2abc0a41b4607 (patch)
tree26f9f3a5d9f7b6c54ac10c69e144837a7f8d7f14
parentb3ff5b97d437086f07a1ae6c4460ab60b13defa1 (diff)
Make libssh mandatory (#37).
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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 <boost/thread.hpp>\n