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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 08 Nov 2009 05:41:26 +0100

Author: biurrun
Date: Sun Nov  8 05:41:26 2009
New Revision: 1585

Log:
Remove pointless check for support of the 'inline' keyword in the compiler.
In this day and age we can rightfully expect the compiler to support it.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sun Nov  8 05:30:12 2009        (r1584)
+++ trunk/configure.ac  Sun Nov  8 05:41:26 2009        (r1585)
@@ -31,7 +31,6 @@
 AC_CHECK_LIB(pthread, pthread_create)
 
 # Checks for typedefs, structures, and compiler characteristics.
-AC_C_INLINE
 AC_HEADER_TIME
 
 AC_ARG_ENABLE(debug,

Other related posts:

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