More explicit openssl configure warning
This commit is contained in:
parent
1b1bee8099
commit
754fde7325
4
wscript
4
wscript
@ -188,7 +188,9 @@ def configure(conf):
|
|||||||
conf.env["USE_OPENSSL"] = Options.options.use_openssl = True
|
conf.env["USE_OPENSSL"] = Options.options.use_openssl = True
|
||||||
conf.env.append_value("CXXFLAGS", "-DHAVE_OPENSSL=1")
|
conf.env.append_value("CXXFLAGS", "-DHAVE_OPENSSL=1")
|
||||||
else:
|
else:
|
||||||
conf.fatal("Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed.")
|
conf.fatal("Could not autodetect OpenSSL support. " +
|
||||||
|
"Make sure OpenSSL development packages are installed. " +
|
||||||
|
"Use configure --without-ssl to disable this message.")
|
||||||
else:
|
else:
|
||||||
Options.options.use_openssl = conf.env["USE_OPENSSL"] = False
|
Options.options.use_openssl = conf.env["USE_OPENSSL"] = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user