changeset 6007:79b473d5381d

Configure: removed redundant auto/have call. The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 13 Mar 2015 16:43:01 +0300
parents 942283a53c28
children b92d5a26d55f
files auto/os/darwin
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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