[easytag/wip/application-window] Remove gettimeofday and pid_t configure.ac checks



commit 6fee3ab22d6131675a72abd52685838ad3a7a6a1
Author: David King <amigadave amigadave com>
Date:   Mon Feb 3 22:34:16 2014 +0000

    Remove gettimeofday and pid_t configure.ac checks

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f5bb18d..7f73ed2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,14 +331,13 @@ AC_HEADER_DIRENT
 dnl -------------------------------
 dnl Checks for typedefs, structures, and compiler characteristics.
 dnl -------------------------------
-AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 
 
 dnl -------------------------------
 dnl Checks for library functions.
 dnl -------------------------------
-AC_CHECK_FUNCS([ftruncate gettimeofday mkstemp truncate])
+AC_CHECK_FUNCS([ftruncate mkstemp truncate])
 
 AC_CONFIG_FILES([ Makefile
                   doc/version.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]