[vlc-commits] commit: Don't check for putenv ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sat May 15 10:59:46 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 15 11:57:14 2010 +0300| [93766f4cb2481bbcb804aac59201ef7723873379] | committer: Rémi Denis-Courmont 

Don't check for putenv

(cherry picked from commit 4e8660881a3c31efb18b6249bc58652b5160bb06)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=93766f4cb2481bbcb804aac59201ef7723873379
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7c75b82..0c93203 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.])



More information about the vlc-commits mailing list