summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:01 -0700
committerPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:01 -0700
commit356ab319d340c2d5f670f95e286523ff67d3fd57 (patch)
tree28292b8ca9d8036f1a6bfe70774b61973a483604
parent22ed22e15e0ab0c67032d295199e87b9a08769d3 (diff)
downloadnginx-356ab319d340c2d5f670f95e286523ff67d3fd57.tar.gz
nginx-356ab319d340c2d5f670f95e286523ff67d3fd57.tar.bz2
Configure: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
-rwxr-xr-xauto/unix4
1 files 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"