[vlc-devel] commit: Remove unused check for sys/int_types.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:26:42 2009 +0300| [566b93eb08f3f16c7f85ceccbd8be316e1ef9f7c] | committer: Rémi Denis-Courmont 

Remove unused check for sys/int_types.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=566b93eb08f3f16c7f85ceccbd8be316e1ef9f7c
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e6877fc..5402ade 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ AC_EGREP_HEADER(strncasecmp,strings.h,[
   AC_MSG_RESULT(no)])
 
 dnl Check for headers
-AC_CHECK_HEADERS(time.h errno.h stdint.h stdbool.h getopt.h strings.h sys/int_types.h wchar.h locale.h)
+AC_CHECK_HEADERS(time.h errno.h stdint.h stdbool.h getopt.h strings.h wchar.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([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