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

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

Author: biurrun
Date: Sat Nov  7 22:52:13 2009
New Revision: 1583

Log:
Remove pointless check for stdbool.h.
stdbool.h is part of POSIX and the test result was never used anyway.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 22:44:42 2009        (r1582)
+++ trunk/configure.ac  Sat Nov  7 22:52:13 2009        (r1583)
@@ -31,7 +31,6 @@
 AC_CHECK_LIB(pthread, pthread_create)
 
 # Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_STDBOOL
 AC_C_CONST
 AC_C_INLINE
 AC_HEADER_TIME

Other related posts:

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