diff options
| author | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:01 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotrsikora@google.com> | 2016-06-27 15:00:01 -0700 |
| commit | 356ab319d340c2d5f670f95e286523ff67d3fd57 (patch) | |
| tree | 28292b8ca9d8036f1a6bfe70774b61973a483604 | |
| parent | 22ed22e15e0ab0c67032d295199e87b9a08769d3 (diff) | |
| download | nginx-356ab319d340c2d5f670f95e286523ff67d3fd57.tar.gz nginx-356ab319d340c2d5f670f95e286523ff67d3fd57.tar.bz2 | |
Configure: style.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
| -rwxr-xr-x | auto/unix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
