[vlc-devel] commit: Remove unused check for sys/sockio.h ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Apr 10 17:03:01 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr 10 16:32:21 2009 +0300| [3054d03dca463b886d7fe3ee6d91d5375a1f31b4] | committer: Rémi Denis-Courmont
Remove unused check for sys/sockio.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3054d03dca463b886d7fe3ee6d91d5375a1f31b4
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index d7a435f..a0ce1bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -830,7 +830,7 @@ AC_EGREP_HEADER(strncasecmp,strings.h,[
dnl Check for headers
AC_CHECK_HEADERS(time.h stdint.h getopt.h strings.h locale.h)
-AC_CHECK_HEADERS(sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h sys/ioctl.h sys/stat.h xlocale.h)
+AC_CHECK_HEADERS(fcntl.h sys/types.h sys/time.h sys/times.h sys/ioctl.h sys/stat.h xlocale.h)
AC_CHECK_HEADERS([arpa/inet.h netinet/in.h netinet/udplite.h sys/eventfd.h])
AC_CHECK_HEADERS([net/if.h], [], [],
[
More information about the vlc-devel
mailing list