From 8e49914337d851efdb5ba8ca7ccc8180021cc1dc Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 10 Feb 2011 16:28:02 +0100 Subject: Drop iconv.h check, already using automake macro --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e72eb38..e4211d3 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ AC_HEADER_TIME # zlib.h the day we need to decompress firmware AC_CHECK_HEADERS([ctype.h errno.h fcntl.h getopt.h libgen.h \ limits.h stdio.h string.h sys/stat.h sys/time.h unistd.h \ - iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h]) + langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h]) AC_CHECK_HEADER([usb.h],, AC_MSG_ERROR([I can't find the libusb header file on your system. You may need to set the CPPFLAGS environment variable to include -- cgit v1.2.1