[vlc-commits] configure: reinstate proper test for tdestroy

Rémi Denis-Courmont git at videolan.org
Sun Oct 23 19:09:22 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 23 20:09:13 2016 +0300| [064a8a1d9f440935b3c4af39fc7dc3e4149d2f7c] | committer: Rémi Denis-Courmont

configure: reinstate proper test for tdestroy

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

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

diff --git a/configure.ac b/configure.ac
index 98c209d..ef32af8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -598,7 +598,7 @@ need_libc=false
 
 dnl Check for usual libc functions
 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_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 tdestroy 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 tfind timegm timespec_get strverscmp])
 AC_REPLACE_FUNCS([gettimeofday])
 AC_CHECK_FUNC(fdatasync,,



More information about the vlc-commits mailing list