[Git][NTPsec/ntpsec][master] configure: fix --enable-crypto going away.

Gary E. Miller gitlab at mg.gitlab.com
Tue Jan 24 00:55:38 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
22565320 by Gary E. Miller at 2017-01-23T16:53:38-08:00
configure: fix --enable-crypto going away.

- - - - -


1 changed file:

- wafhelpers/configure.py


Changes:

=====================================
wafhelpers/configure.py
=====================================
--- a/wafhelpers/configure.py
+++ b/wafhelpers/configure.py
@@ -331,9 +331,8 @@ def cmd_configure(ctx, config):
     ctx.check_cc(lib="rt", mandatory=False, comment="realtime library")
 
     # Find OpenSSL. Must happen before function checks
-    if ctx.options.enable_crypto:
-        from wafhelpers.check_openssl import configure_ssl
-        configure_ssl(ctx)
+    from wafhelpers.check_openssl import configure_ssl
+    configure_ssl(ctx)
 
     # Optional functions.  Do all function checks here, otherwise
     # we're likely to duplicate them.



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/225653205721951403cedbdbfcaa83de95b79062
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170124/f72f814a/attachment.html>


More information about the vc mailing list