diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-25 12:17:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-25 12:17:09 +0000 |
| commit | 9150667adcd5516b2513323948c2abc0a41b4607 (patch) | |
| tree | 26f9f3a5d9f7b6c54ac10c69e144837a7f8d7f14 | |
| parent | b3ff5b97d437086f07a1ae6c4460ab60b13defa1 (diff) | |
Make libssh mandatory (#37).
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
