]> git.kaiwu.me - nginx.git/commitdiff
Configure: removed redundant auto/have call.
authorRuslan Ermilov <ru@nginx.com>
Fri, 13 Mar 2015 13:43:01 +0000 (16:43 +0300)
committerRuslan Ermilov <ru@nginx.com>
Fri, 13 Mar 2015 13:43:01 +0000 (16:43 +0300)
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.

auto/os/darwin

index b97518a6ea07e85db633a7495ea1902620d28330..1d3e3d393e08456a751e82442b50d0b2e8c37f24 100644 (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