From: Piotr Sikora Date: Mon, 27 Jun 2016 22:00:01 +0000 (-0700) Subject: Configure: style. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=356ab319d340c2d5f670f95e286523ff67d3fd57;p=nginx.git Configure: style. Signed-off-by: Piotr Sikora --- 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"