[vlc-commits] configure: remove unused HAVE_FDATASYNC

Rémi Denis-Courmont git at videolan.org
Tue Sep 20 22:15:30 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Sep 20 23:15:09 2016 +0300| [6f6352a23a46a5cf5402825a231997f28107265e] | committer: Rémi Denis-Courmont

configure: remove unused HAVE_FDATASYNC

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f6352a23a46a5cf5402825a231997f28107265e
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ee15e97..08a41fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -600,7 +600,7 @@ AC_CHECK_DECLS([nanosleep],,,[#include <time.h>])
 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 memrchr nrand48 poll posix_memalign recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strnstr strsep strtof strtok_r strtoll swab tdestroy timegm timespec_get strverscmp])
 AC_REPLACE_FUNCS([gettimeofday])
-AC_CHECK_FUNCS(fdatasync,,
+AC_CHECK_FUNC(fdatasync,,
   [AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.])
 ])
 



More information about the vlc-commits mailing list