]> git.sesse.net Git - vlc/commitdiff
No need to check for ctime_r
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 4 Sep 2010 05:11:57 +0000 (08:11 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 4 Sep 2010 05:11:57 +0000 (08:11 +0300)
configure.ac

index 295e58df0e5d8dd76647e130f7e19034b09ee553..e25c92aaf26ec3658f5fc251e1629d46c56ff660 100644 (file)
@@ -543,7 +543,7 @@ dnl Check for system libs needed
 need_libc=false
 
 dnl Check for usual libc functions
-AC_CHECK_FUNCS([ctime_r daemon fcntl fdopendir fstatvfs fork getenv getpwuid_r gettimeofday isatty lstat memalign openat posix_fadvise posix_madvise posix_memalign setenv setlocale stricmp strnicmp tdestroy uselocale])
+AC_CHECK_FUNCS([daemon fcntl fdopendir fstatvfs fork getenv getpwuid_r gettimeofday isatty lstat memalign openat posix_fadvise posix_madvise posix_memalign setenv setlocale stricmp strnicmp tdestroy uselocale])
 AC_REPLACE_FUNCS([asprintf atof atoll getcwd getdelim getpid gmtime_r lldiv localtime_r nrand48 rewind strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtok_r strtoll swab vasprintf])
 AC_CHECK_FUNCS(fdatasync,,
   [AC_DEFINE(fdatasync, fsync, [Alias fdatasync() to fsync() if missing.])