[vlc-commits] configure: add flock
Thomas Guillem
git at videolan.org
Thu Jan 7 20:12:41 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Jan 5 14:26:04 2016 +0100| [6c139d882a5b6a28b07dc7d7117cc488ee0121aa] | committer: Thomas Guillem
configure: add flock
For future plaintext module.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c139d882a5b6a28b07dc7d7117cc488ee0121aa
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4d935da..53ab1d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -564,7 +564,7 @@ need_libc=false
dnl Check for usual libc functions
AC_CHECK_DECLS([nanosleep],,,[#include <time.h>])
-AC_CHECK_FUNCS([daemon fcntl fstatvfs fork getenv getpwuid_r isatty lstat memalign mkostemp mmap open_memstream openat pread posix_fadvise posix_madvise setlocale stricmp strnicmp strptime uselocale pthread_cond_timedwait_monotonic_np pthread_condattr_setclock])
+AC_CHECK_FUNCS([daemon fcntl flock fstatvfs fork getenv getpwuid_r isatty lstat memalign mkostemp mmap open_memstream openat pread posix_fadvise posix_madvise setlocale stricmp strnicmp strptime uselocale pthread_cond_timedwait_monotonic_np pthread_condattr_setclock])
AC_REPLACE_FUNCS([atof atoll dirfd fdopendir ffsll flockfile fsync getdelim getpid lldiv nrand48 poll posix_memalign rewind setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strnstr strsep strtof strtok_r strtoll swab tdestroy timegm timespec_get strverscmp])
AC_CHECK_FUNCS(fdatasync,,
[AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.])
More information about the vlc-commits
mailing list