]> git.sesse.net Git - vlc/commitdiff
Don't check for putenv
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 15 May 2010 08:57:14 +0000 (11:57 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 15 May 2010 08:57:14 +0000 (11:57 +0300)
configure.ac

index 8571ab6d2b09655479c071482efe405ff2b94705..8063f0cc8c92ea4bd337e0d8a803104802d51b5e 100644 (file)
@@ -549,7 +549,7 @@ dnl Check for system libs needed
 need_libc=false
 
 dnl Check for usual libc functions
-AC_CHECK_FUNCS([ctime_r daemon fcntl fdopendir fork getenv getpwuid_r gettimeofday isatty lstat memalign openat posix_fadvise posix_madvise posix_memalign putenv setenv setlocale stricmp strnicmp tdestroy uselocale])
+AC_CHECK_FUNCS([ctime_r daemon fcntl fdopendir 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.])