mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
Configure: removed redundant auto/have call.
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
This commit is contained in:
parent
db999274ec
commit
d81db90455
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user