]> git.sesse.net Git - vlc/commitdiff
sigrelse is not needed anymore
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 5 Jan 2010 21:07:35 +0000 (23:07 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 5 Jan 2010 21:27:26 +0000 (23:27 +0200)
configure.ac

index 1a4bd5e56e117c5ec23c2bf88e888020ad14ef87..0ed114205d1137925994e7c063ca372453f27f4b 100644 (file)
@@ -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])