From: Ruslan Ermilov Date: Fri, 13 Mar 2015 13:43:01 +0000 (+0300) Subject: Configure: removed redundant auto/have call. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=d81db904550f719907df5922f7d8c384dd349cdc;p=nginx.git 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 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