]> git.sesse.net Git - vlc/commitdiff
HAVE_IF_NAMETOINDEX is not used
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 5 Jan 2010 21:08:34 +0000 (23:08 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 5 Jan 2010 21:27:27 +0000 (23:27 +0200)
configure.ac

index 0ed114205d1137925994e7c063ca372453f27f4b..8e3690398ec4fd81c9a753bb53f4feead2cb9221 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 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 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])