From d81db904550f719907df5922f7d8c384dd349cdc Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 13 Mar 2015 16:43:01 +0300 Subject: [PATCH] Configure: removed redundant auto/have call. The auto/feature call above is enough to set NGX_HAVE_SENDFILE. --- auto/os/darwin | 1 - 1 file changed, 1 deletion(-) 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