diff options
author | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 16:43:01 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-13 16:43:01 +0300 |
commit | d81db904550f719907df5922f7d8c384dd349cdc (patch) | |
tree | 4df4d4126cd7360b1918a8fef8bee59cc3aa2be0 | |
parent | db999274ec57511d791bb19185499fac8a20b727 (diff) | |
download | nginx-d81db904550f719907df5922f7d8c384dd349cdc.tar.gz nginx-d81db904550f719907df5922f7d8c384dd349cdc.zip |
Configure: removed redundant auto/have call.
The auto/feature call above is enough to set NGX_HAVE_SENDFILE.
-rw-r--r-- | auto/os/darwin | 1 |
1 files changed, 0 insertions, 1 deletions
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 |