]> git.kaiwu.me - nginx.git/commitdiff
Configure: style.
authorPiotr Sikora <piotrsikora@google.com>
Mon, 27 Jun 2016 22:00:01 +0000 (15:00 -0700)
committerPiotr Sikora <piotrsikora@google.com>
Mon, 27 Jun 2016 22:00:01 +0000 (15:00 -0700)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
auto/unix

index f83173b8b274809b42014aa40f22978e74ad8600..0c3ddc58f48af57b1f24188c7278423e95e0f300 100755 (executable)
--- a/auto/unix
+++ b/auto/unix
@@ -264,7 +264,7 @@ ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, NULL)"
 . 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 @@ ngx_feature_test="sched_yield()"
 . auto/feature
 
 
-if [ $ngx_found != yes ]; then
+if [ $ngx_found = no ]; then
 
     ngx_feature="sched_yield() in librt"
     ngx_feature_libs="-lrt"