1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00

update configure.ac, remove check signal.h

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-04-28 18:07:04 +08:00
parent 07bfc33712
commit 2175cec366

View File

@ -40,7 +40,7 @@ CFLAGS="$CFLAGS $USB_CFLAGS"
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([time.h signal.h stdlib.h string.h])
AC_CHECK_HEADERS([time.h stdlib.h string.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE