allow AC_CHECK_SENDFILE because travis is complaining

pull/775/head
Isaac Connor 2015-03-31 23:31:05 -04:00
parent 648a05a406
commit bf3efa7a7a
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ AC_FUNC_VPRINTF
AC_CHECK_FUNCS([gethostbyname gethostname gettimeofday memmove memset mkdir munmap posix_memalign putenv select sendfile socket sqrt strcasecmp strchr strcspn strerror strncasecmp strrchr strspn strstr strtol strtoull])
AC_CHECK_FUNCS([syscall sleep usleep ioctl ioctlsocket sigaction])
# this is required for freebsd to compile
m4_pattern_allow(AC_CHECK_SENDFILE)
AC_CHECK_SENDFILE
# Other programs
AC_CHECK_PROG(OPT_FFMPEG,ffmpeg,yes,no)