Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: style.

Maxim Dounin
July 07, 2016 09:52AM
details: http://hg.nginx.org/nginx/rev/b2ae25f274ad
branches:
changeset: 6620:b2ae25f274ad
user: Piotr Sikora <piotrsikora@google.com>
date: Mon Jun 27 15:00:01 2016 -0700
description:
Configure: style.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>

diffstat:

auto/unix | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff --git a/auto/unix b/auto/unix
--- a/auto/unix
+++ b/auto/unix
@@ -264,7 +264,7 @@ ngx_feature_test="dlopen(NULL, RTLD_NOW
. 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"

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Configure: style.

Maxim Dounin 199 July 07, 2016 09:52AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 217
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready