[vlc-devel] commit: Remove unused check for stdbool.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:28:45 2009 +0300| [9f2a0bac967113ec54ae15a8d76d930e2f4d195f] | committer: Rémi Denis-Courmont 

Remove unused check for stdbool.h

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

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

diff --git a/configure.ac b/configure.ac
index b59a3af..5a1666a 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 locale.h)
+AC_CHECK_HEADERS(time.h errno.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([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