# HG changeset patch # User Piotr Sikora # Date 1467064801 25200 # Node ID b2ae25f274ade7811c8948162c7b9bd0ba8f7d12 # Parent 67938e63758d678fa79b0efdc6984ebbc95e99ec Configure: style. Signed-off-by: Piotr Sikora diff --git a/auto/unix b/auto/unix --- a/auto/unix +++ b/auto/unix @@ -264,7 +264,7 @@ ngx_feature_test="dlopen(NULL, RTLD_NOW . 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"