diff auto/unix @ 6620:b2ae25f274ad

Configure: style. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Mon, 27 Jun 2016 15:00:01 -0700
parents 2c7b488a61fb
children e393c0bf53d3
line wrap: on
line diff
--- a/auto/unix	Fri Oct 23 18:21:33 2015 -0700
+++ b/auto/unix	Mon Jun 27 15:00:01 2016 -0700
@@ -264,7 +264,7 @@
 . auto/feature
 
 
-if [ $ngx_found != yes ]; then
+if [ $ngx_found = no ]; then
 
     ngx_feature="dlopen() in libdl"
     ngx_feature_libs="-ldl"
@@ -287,7 +287,7 @@
 . auto/feature
 
 
-if [ $ngx_found != yes ]; then
+if [ $ngx_found = no ]; then
 
     ngx_feature="sched_yield() in librt"
     ngx_feature_libs="-lrt"