From ef1980cf465a8b78da2e3e045c3b62c6cd229095 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 11 Feb 2010 16:12:20 +0000 Subject: [PATCH] Remove usb.h check since we don't need it for nfcutils. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index afca626..4bb1c29 100644 --- a/configure.ac +++ b/configure.ac @@ -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])