[vlc-devel] commit: HAVE_IF_NAMETOINDEX is not used ( 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:08:34 2010 +0200| [bca9025a78f1ffa14b52a0b8c69a715cf7e69764] | committer: Rémi Denis-Courmont
HAVE_IF_NAMETOINDEX is not used
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bca9025a78f1ffa14b52a0b8c69a715cf7e69764
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0ed1142..8e36903 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 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])
More information about the vlc-devel
mailing list