[vlc-devel] [PATCH 2/2] configure: remove redundant daemon() test

Rémi Denis-Courmont remi at remlab.net
Mon Mar 30 16:50:41 CEST 2020


Le maanantaina 30. maaliskuuta 2020, 17.13.27 EEST Steve Lhomme a écrit :
> redundant with what ?

Redundant, as in unused.

> 
> On 2020-03-30 15:37, Rémi Denis-Courmont wrote:
> > ---
> > 
> >   configure.ac | 3 +--
> >   1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/configure.ac b/configure.ac
> > index e6e4fc4d56..9aba863449 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -217,7 +217,6 @@ case "${host_os}" in
> > 
> >                [HAVE_TVOS="1"
> >                HAVE_IOS="0"
> >                HAVE_OSX="0"
> > 
> > -             ac_cv_func_daemon=no
> > 
> >                ac_cv_func_fork=no
> >                ],)
> > 
> > @@ -670,7 +669,7 @@ dnl Check for system libs needed
> > 
> >   need_libc=false
> >   
> >   dnl Check for usual libc functions
> > 
> > -AC_CHECK_FUNCS([accept4 daemon fcntl flock fstatat fstatvfs fork
> > getmntent_r getenv getpwuid_r isatty memalign mkostemp mmap
> > open_memstream newlocale pipe2 pread posix_fadvise posix_madvise
> > setlocale stricmp strnicmp strptime uselocale]) +AC_CHECK_FUNCS([accept4
> > fcntl flock fstatat fstatvfs fork getmntent_r getenv getpwuid_r isatty
> > memalign mkostemp mmap open_memstream newlocale pipe2 pread posix_fadvise
> > posix_madvise setlocale stricmp strnicmp strptime uselocale])> 
> >   AC_REPLACE_FUNCS([aligned_alloc atof atoll dirfd fdopendir flockfile
> >   fsync getdelim getpid lfind lldiv memrchr nrand48 poll posix_memalign
> >   recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy
> >   strndup strnlen strnstr strsep strtof strtok_r strtoll swab tdestroy
> >   tfind timegm timespec_get strverscmp pathconf])
> >   AC_REPLACE_FUNCS([gettimeofday])
> >   AC_CHECK_FUNC(fdatasync,,
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


-- 
雷米‧德尼-库尔蒙
http://www.remlab.net/





More information about the vlc-devel mailing list