Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/os
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-13 16:43:01 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-13 16:43:01 +0300
commitd81db904550f719907df5922f7d8c384dd349cdc (patch)
tree4df4d4126cd7360b1918a8fef8bee59cc3aa2be0 /auto/os
parentdb999274ec57511d791bb19185499fac8a20b727 (diff)
Configure: removed redundant auto/have call.
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
Diffstat (limited to 'auto/os')
-rw-r--r--auto/os/darwin1
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/os/darwin b/auto/os/darwin
index b97518a6e..1d3e3d393 100644
--- a/auto/os/darwin
+++ b/auto/os/darwin
@@ -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