From a6ded7ab10de53948990e58ea50c9ba74c3e283c Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 11 Apr 2012 17:11:38 -0400
Subject: [PATCH] * #9778: removed AC_CHECK_FUNCS calls

---
 daemon/configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/daemon/configure.ac b/daemon/configure.ac
index 0bf5017c0f..57b3a90590 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -90,9 +90,6 @@ AC_DEFINE_UNQUOTED([RETSIGTYPE],[$ac_cv_type_signal],[Define as the return type
 AC_FUNC_STAT
 AC_FUNC_UTIME_NULL
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([bzero floor gethostbyname gethrtime gettimeofday \
-                inet_ntoa memset mkdir pathconf pow regcomp select setlocale \
-                socket strchr strdup strerror strrchr strstr strtol utime])
 
 dnl Check for GNU ccRTP
 PKG_PROG_PKG_CONFIG
-- 
GitLab