[easytag] Remove gettimeofday and pid_t configure.ac checks



commit 2e07b5f5c8970a6e26e14723e25f1292ba7e6d1d
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 38b75d7..f07fffc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,14 +328,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]