[pisa-src] r1579 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sat, 07 Nov 2009 22:13:46 +0100

Author: biurrun
Date: Sat Nov  7 22:13:46 2009
New Revision: 1579

Log:
Remove pointless header checks.
All the headers we check for except sys/ioctl.h are POSIX standard headers.
Besides, throughout the code all these headers are #include without #ifdef
protection, so the results of the header checks were never used anywhere.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 21:49:14 2009        (r1578)
+++ trunk/configure.ac  Sat Nov  7 22:13:46 2009        (r1579)
@@ -32,7 +32,6 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stddef.h stdlib.h 
string.h sys/ioctl.h sys/socket.h unistd.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL

Other related posts: