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

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

Author: biurrun
Date: Sun Nov  8 15:08:50 2009
New Revision: 1586

Log:
Remove pointless check for time.h vs. sys/time.h header.
The results of the test were never used in the code.
Besides, both headers are part of POSIX.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sun Nov  8 05:41:26 2009        (r1585)
+++ trunk/configure.ac  Sun Nov  8 15:08:50 2009        (r1586)
@@ -30,9 +30,6 @@
              AC_MSG_ERROR(libconfig lib not found))
 AC_CHECK_LIB(pthread, pthread_create)
 
-# Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_TIME
-
 AC_ARG_ENABLE(debug,
               AC_HELP_STRING([--enable-debug],
                              [enable debug mode (default=yes)]),

Other related posts:

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