mirror of
https://github.com/nginx/nginx.git
synced 2025-07-28 08:06:22 +08:00
Configure: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
parent
22ed22e15e
commit
356ab319d3
@ -264,7 +264,7 @@ ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, NULL)"
|
|||||||
. auto/feature
|
. auto/feature
|
||||||
|
|
||||||
|
|
||||||
if [ $ngx_found != yes ]; then
|
if [ $ngx_found = no ]; then
|
||||||
|
|
||||||
ngx_feature="dlopen() in libdl"
|
ngx_feature="dlopen() in libdl"
|
||||||
ngx_feature_libs="-ldl"
|
ngx_feature_libs="-ldl"
|
||||||
@ -287,7 +287,7 @@ ngx_feature_test="sched_yield()"
|
|||||||
. auto/feature
|
. auto/feature
|
||||||
|
|
||||||
|
|
||||||
if [ $ngx_found != yes ]; then
|
if [ $ngx_found = no ]; then
|
||||||
|
|
||||||
ngx_feature="sched_yield() in librt"
|
ngx_feature="sched_yield() in librt"
|
||||||
ngx_feature_libs="-lrt"
|
ngx_feature_libs="-lrt"
|
||||||
|
Loading…
Reference in New Issue
Block a user