Skip to content

Commit

Permalink
Configure: removed redundant auto/have call.
Browse files Browse the repository at this point in the history
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
  • Loading branch information
mdocguard committed Mar 13, 2015
1 parent db99927 commit d81db90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auto/os/darwin
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d81db90

Please sign in to comment.