summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/openssl/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/openssl/conf')
-rw-r--r--auto/lib/openssl/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index 6792e7fd2..e0da92a2b 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -24,7 +24,7 @@ if [ $OPENSSL != NONE ]; then
else
- if [ $NGX_PLATFORM != win32 ]; then
+ if [ "$NGX_PLATFORM" != win32 ]; then
OPENSSL=NO
ngx_feature="OpenSSL library"