2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:38:14 +10:00

Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).

git-svn-id: svn://svn.berlios.de/openocd/trunk@1697 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-05-11 00:49:51 +00:00
parent 76c0dcb324
commit bf25d3edf7

View File

@ -13,12 +13,12 @@ AC_CHECK_HEADERS(ifaddrs.h)
AC_CHECK_HEADERS(jtag_minidriver.h)
AC_CHECK_HEADERS(malloc.h)
AC_CHECK_HEADERS(pthread.h)
AC_CHECK_HEADERS(stdbool.h)
AC_CHECK_HEADERS(strings.h)
AC_CHECK_HEADERS(sys/param.h)
AC_CHECK_HEADERS(sys/time.h)
AC_CHECK_HEADERS(sys/select.h)
AC_HEADER_STDBOOL
AC_HEADER_TIME
AC_C_BIGENDIAN