[vlc-devel] commit: sigrelse is not needed anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jan 5 22:27:35 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan  5 23:07:35 2010 +0200| [0368bdc21c84b3a70b634ed65761b4c3c16bdf1d] | committer: Rémi Denis-Courmont 

sigrelse is not needed anymore

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

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

diff --git a/configure.ac b/configure.ac
index 1a4bd5e..0ed1142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -568,7 +568,7 @@ dnl Check for system libs needed
 need_libc=false
 
 dnl Check for usual libc functions
-AC_CHECK_FUNCS([gettimeofday isatty sigrelse getpwuid_r memalign posix_memalign if_nametoindex getenv putenv setenv ctime_r daemon fork lstat posix_fadvise posix_madvise uselocale])
+AC_CHECK_FUNCS([gettimeofday isatty getpwuid_r memalign posix_memalign if_nametoindex getenv putenv setenv ctime_r daemon fork lstat posix_fadvise posix_madvise uselocale])
 AC_CHECK_FUNCS(fcntl)
 AC_REPLACE_FUNCS([asprintf atof atoll getcwd getpid gmtime_r lldiv localtime_r rewind strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtok_r strtoll vasprintf swab tdestroy])
 AC_CHECK_FUNCS([stricmp strnicmp])




More information about the vlc-devel mailing list