Remove usb.h check since we don't need it for nfcutils.

This commit is contained in:
Romuald Conty
2010-02-11 16:12:20 +00:00
parent f43daa7823
commit ef1980cf46
+1 -1
View File
@@ -22,7 +22,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDBOOL
AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h stddef.h stdbool.h usb.h])
AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h stddef.h stdbool.h])
AC_CHECK_FUNCS([memset])
AC_CHECK_FUNCS([strcasecmp])
AC_CHECK_FUNCS([strchr])