[vlc-devel] commit: Remove unused check for wchar.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:27:33 2009 +0300| [7a944e6f714538205627af99f8e9c253151461f4] | committer: Rémi Denis-Courmont
Remove unused check for wchar.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a944e6f714538205627af99f8e9c253151461f4
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5402ade..b59a3af 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 wchar.h locale.h)
+AC_CHECK_HEADERS(time.h errno.h stdint.h stdbool.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([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