[nginx] Configure: removed redundant auto/have call.
Ruslan Ermilov
ru at nginx.com
Fri Mar 13 13:43:37 UTC 2015
details: http://hg.nginx.org/nginx/rev/79b473d5381d
branches:
changeset: 6007:79b473d5381d
user: Ruslan Ermilov <ru at nginx.com>
date: Fri Mar 13 16:43:01 2015 +0300
description:
Configure: removed redundant auto/have call.
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
diffstat:
auto/os/darwin | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 942283a53c28 -r 79b473d5381d auto/os/darwin
--- a/auto/os/darwin Fri Mar 13 16:42:52 2015 +0300
+++ b/auto/os/darwin Fri Mar 13 16:43:01 2015 +0300
@@ -100,7 +100,6 @@ ngx_feature_test="int s = 0, fd = 1;
. auto/feature
if [ $ngx_found = yes ]; then
- have=NGX_HAVE_SENDFILE . auto/have
CORE_SRCS="$CORE_SRCS $DARWIN_SENDFILE_SRCS"
fi
More information about the nginx-devel
mailing list