From 356ab319d340c2d5f670f95e286523ff67d3fd57 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Mon, 27 Jun 2016 15:00:01 -0700 Subject: [PATCH] Configure: style. Signed-off-by: Piotr Sikora --- auto/unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/unix b/auto/unix index f83173b8b..0c3ddc58f 100755 --- 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"