diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-11 17:29:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-11 17:29:21 (GMT) |
commit | a6104246c55cd567d67fb512098ff80d25dc8837 (patch) | |
tree | f8489f2c5a6dd4194a9261610b9001fab2ac2b7c /Swift/SConscript | |
parent | d07a31cc74304b942a320f5d17330e83c17e152a (diff) | |
download | swift-a6104246c55cd567d67fb512098ff80d25dc8837.zip swift-a6104246c55cd567d67fb512098ff80d25dc8837.tar.bz2 |
Add Qt scons variable.
Diffstat (limited to 'Swift/SConscript')
-rw-r--r-- | Swift/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/SConscript b/Swift/SConscript index c0b14bf..75db94d 100644 --- a/Swift/SConscript +++ b/Swift/SConscript @@ -1,6 +1,6 @@ Import("env") -if not env.get("HAVE_OPENSSL", 0) : +if not GetOption("help") and not env.get("HAVE_OPENSSL", 0) : print "Error: Swift requires OpenSSL support, and OpenSSL was not found." Exit(1) |