Skip to content

Commit

Permalink
Configure: style.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Jun 27, 2016
1 parent 22ed22e commit 356ab31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto/unix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 356ab31

Please sign in to comment.