Skip to content

Commit

Permalink
add check for have_sendfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau authored and vinoski committed Aug 23, 2015
1 parent 5fdbf40 commit fea78ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c_src/Makefile.am
Expand Up @@ -34,7 +34,9 @@ if WITH_EPAM
$(AM_V_at)$(INSTALL) -m 644 epam @top_builddir@/priv
endif
$(AM_V_at)$(INSTALL) -m 644 .libs/setuid_drv.so @top_builddir@/priv/lib
if HAVE_SENDFILE
$(AM_V_at)$(INSTALL) -m 644 .libs/yaws_sendfile_drv.so @top_builddir@/priv/lib
endif

# Local Variables:
# tab-width: 8
Expand Down

0 comments on commit fea78ab

Please sign in to comment.