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

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

Author: biurrun
Date: Sat Nov  7 22:22:10 2009
New Revision: 1580

Log:
Remove check for standard C headers.
We expect a full standard C environment to be available.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 22:13:46 2009        (r1579)
+++ trunk/configure.ac  Sat Nov  7 22:22:10 2009        (r1580)
@@ -30,9 +30,6 @@
              AC_MSG_ERROR(libconfig lib not found))
 AC_CHECK_LIB(pthread, pthread_create)
 
-# Checks for header files.
-AC_HEADER_STDC
-
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
 AC_C_CONST

Other related posts:

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