# HG changeset patch # User Ruslan Ermilov # Date 1426254181 -10800 # Node ID 79b473d5381d85f79ab71b7aa85ecf9be1caf9fb # Parent 942283a53c289397131c9c2d1e0909af869fd4a4 Configure: removed redundant auto/have call. The auto/feature call above is enough to set NGX_HAVE_SENDFILE. diff --git a/auto/os/darwin b/auto/os/darwin --- 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