commit | 3db86565361b35d36d965ed1a6b976efbedea5cf | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:01 2016 -0700 |
committer | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:01 2016 -0700 |
tree | 28292b8ca9d8036f1a6bfe70774b61973a483604 | |
parent | cb7eec8d5a9b2b9086f61b31a165740065eeed23 [diff] [blame] |
Configure: style. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
diff --git a/auto/unix b/auto/unix index f83173b..0c3ddc5 100755 --- a/auto/unix +++ b/auto/unix
@@ -264,7 +264,7 @@ . 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 @@ . auto/feature -if [ $ngx_found != yes ]; then +if [ $ngx_found = no ]; then ngx_feature="sched_yield() in librt" ngx_feature_libs="-lrt"