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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 11:45:39 +0100

Author: biurrun
Date: Tue Oct 27 11:45:39 2009
New Revision: 1305

Log:
Remove checks for limits.h, math.h, openssl/dsa.h.
The headers are not used anywhere in PISA.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Mon Oct 26 17:49:19 2009        (r1304)
+++ trunk/configure.ac  Tue Oct 27 11:45:39 2009        (r1305)
@@ -31,7 +31,7 @@
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stddef.h 
stdlib.h string.h sys/ioctl.h sys/socket.h unistd.h math.h openssl/dsa.h])
+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:

  • » [pisa-src] r1305 - trunk/configure.ac - Diego Biurrun