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

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

Author: biurrun
Date: Sat Nov  7 22:33:21 2009
New Revision: 1581

Log:
Remove pointless check for ptrdiff_t.
ptrdiff_t is part of POSIX and the test result was unused anyway.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sat Nov  7 22:22:10 2009        (r1580)
+++ trunk/configure.ac  Sat Nov  7 22:33:21 2009        (r1581)
@@ -36,7 +36,6 @@
 AC_C_INLINE
 AC_TYPE_SIZE_T
 AC_HEADER_TIME
-AC_CHECK_TYPES([ptrdiff_t])
 
 AC_ARG_ENABLE(debug,
               AC_HELP_STRING([--enable-debug],

Other related posts:

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