Configure: removed redundant auto/have call.

The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
This commit is contained in:
Ruslan Ermilov 2015-03-13 16:43:01 +03:00
parent db999274ec
commit d81db90455

View File

@ -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