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

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

Author: biurrun
Date: Sun Nov  8 05:30:12 2009
New Revision: 1584

Log:
Remove pointless check for 'const' keyword suppport in the compiler.
In this day and age, we can rightfully expect the compiler to support it.
Even the autoconf manual suggests not to use this check for new programs.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 22:52:13 2009        (r1583)
+++ trunk/configure.ac  Sun Nov  8 05:30:12 2009        (r1584)
@@ -31,7 +31,6 @@
 AC_CHECK_LIB(pthread, pthread_create)
 
 # Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
 AC_C_INLINE
 AC_HEADER_TIME
 

Other related posts:

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