allow AC_CHECK_SENDFILE because travis is complaining
parent
648a05a406
commit
bf3efa7a7a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue