diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 19:08:27 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 19:08:27 +0300 |
| commit | 08e05a40422300a25e3b4e5b915592d7b2c41592 (patch) | |
| tree | eee4ee290240741157fa7909b1da71f3bab05fc7 /auto/lib | |
| parent | 83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 (diff) | |
| download | nginx-08e05a40422300a25e3b4e5b915592d7b2c41592.tar.gz nginx-08e05a40422300a25e3b4e5b915592d7b2c41592.tar.bz2 | |
Configure: removed obsolete threads bits.
Diffstat (limited to 'auto/lib')
| -rw-r--r-- | auto/lib/openssl/make | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/auto/lib/openssl/make b/auto/lib/openssl/make index e64acd973..765cd0653 100644 --- a/auto/lib/openssl/make +++ b/auto/lib/openssl/make @@ -41,11 +41,6 @@ END ;; *) - case $USE_THREADS in - NO) OPENSSL_OPT="$OPENSSL_OPT no-threads" ;; - *) OPENSSL_OPT="$OPENSSL_OPT threads" ;; - esac - case $OPENSSL in /*) ngx_prefix="$OPENSSL/.openssl" ;; *) ngx_prefix="$PWD/$OPENSSL/.openssl" ;; |
